]> git.lyx.org Git - lyx.git/commitdiff
Make comment clearer.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 18 May 2024 17:38:52 +0000 (19:38 +0200)
committerPavel Sanda <sanda@lyx.org>
Sun, 2 Jun 2024 09:59:18 +0000 (11:59 +0200)
src/insets/InsetInfo.cpp

index 90f1620b0a4ba43e6571581626f5aaefedb22417..14861cd7075172efd31cdcdd523ea7b7a9ac9f1f 100644 (file)
@@ -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)