From: Juergen Spitzmueller Date: Sun, 11 Dec 2022 14:10:53 +0000 (+0100) Subject: Fix comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a066b81380656e00ad9d7f12bca1c9fe2680c1b1;p=features.git Fix comment --- diff --git a/lib/lyx2lyx/lyx_2_4.py b/lib/lyx2lyx/lyx_2_4.py index e0db0d6009..98d7e02395 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)