]> git.lyx.org Git - features.git/commitdiff
Fix comment
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Dec 2022 14:10:53 +0000 (15:10 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Dec 2022 14:12:06 +0000 (15:12 +0100)
lib/lyx2lyx/lyx_2_4.py

index e0db0d60091d29b9f76253fa2f0197efa1fbfd10..98d7e023951e9a2a117009a0a6afc985c7b90dc5 100644 (file)
@@ -4605,7 +4605,7 @@ def revert_starred_refs(document):
 
 
 def convert_starred_refs(document):
-    " Convert inset index macros "
+    " Convert starred refs "
     i = 0
     while True:
         i = find_token(document.body, "\\begin_inset CommandInset ref", i)