[LyX/master] Fix comment

Juergen Spitzmueller spitz at lyx.org
Sun Dec 11 13:16:18 UTC 2022


commit a066b81380656e00ad9d7f12bca1c9fe2680c1b1
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Dec 11 15:10:53 2022 +0100

    Fix comment
---
 lib/lyx2lyx/lyx_2_4.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/lyx2lyx/lyx_2_4.py b/lib/lyx2lyx/lyx_2_4.py
index e0db0d6..98d7e02 100644
--- a/lib/lyx2lyx/lyx_2_4.py
+++ b/lib/lyx2lyx/lyx_2_4.py
@@ -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)


More information about the lyx-cvs mailing list