diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 72d9598652..6049745a3e 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -4657,10 +4657,12 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_WORD_TOGGLECASE * \li Action: Invert the case of the words in the selection or word at cursor position. + This is useful when one FORGOT THE cAPS lOCK KEY. * \li Syntax: word-togglecase [] * \li Params: : if this is equal to "partial", then the * default word starts at cursor position (emacs-style). * Otherwise, the whole word is considered. + * \li Origin: lasgouttes, 14 Oct 2024 * \endvar */ { LFUN_WORD_TOGGLECASE, "word-togglecase", Noop, Edit },