commit e3f2b10842cdc808e9f2bf235692f283009d3734
Author: Thibaut Cuvelier <tcuvel...@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 cfb5b7eafc..4ed6142430 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)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to