[LyX/2.4.x] Make comment clearer.

Pavel Sanda sanda at lyx.org
Mon Jun 10 19:24:01 UTC 2024


commit c5b1ce5f37fd89711819d067a7ab7b1065577c0f
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Sat May 18 19:38:52 2024 +0200

    Make comment clearer.
---
 src/insets/InsetInfo.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp
index 90f1620b0a..14861cd707 100644
--- a/src/insets/InsetInfo.cpp
+++ b/src/insets/InsetInfo.cpp
@@ -1563,7 +1563,7 @@ void xhtmlShortcutInfo(XMLStream & xs, const InsetInfoParams & params) {
 		sequence = theTopLevelKeymap().printBindings(func, KeySequence::ForGui);
 		seq_untranslated = theTopLevelKeymap().printBindings(func, KeySequence::ForGui, true);
 	}
-	// No other possible case.
+	// No other possible case (`return` at the beginning of the function otherwise).
 
 	Language const * tryguilang = languages.getFromCode(Messages::guiLanguage());
 	// Some info insets use the language of the GUI (if available)


More information about the lyx-cvs mailing list