]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Fix another use of unqualified std::move
[lyx.git] / src / LyXAction.cpp
index e0d9dd037af40e3925a1a36c4c3846763b19df68..742c6132063cf9b670248048726416136d0efcd0 100644 (file)
@@ -1677,22 +1677,6 @@ void LyXAction::init()
  */
                { LFUN_FINISHED_RIGHT, "", ReadOnly, Hidden },
 
-/*!
- * \var lyx::FuncCode lyx::LFUN_FINISHED_UP
- * \li Action: Moves the cursor out of the current slice, going up.
- * \li Notion: See also #LFUN_FINISHED_DOWN.
- * \endvar
- */
-               { LFUN_FINISHED_UP, "", ReadOnly, Hidden },
-
-/*!
- * \var lyx::FuncCode lyx::LFUN_FINISHED_DOWN
- * \li Action: Moves the cursor out of the current slice, going down.
- * \li Notion: See also #LFUN_FINISHED_DOWN.
- * \endvar
- */
-               { LFUN_FINISHED_DOWN, "", ReadOnly, Hidden },
-
 /*!
  * \var lyx::FuncCode lyx::LFUN_FLEX_INSERT
  * \li Action: Inserts CharStyle, Custom inset or XML short element.
@@ -2327,7 +2311,7 @@ void LyXAction::init()
  * \var lyx::FuncCode lyx::LFUN_INDEXMACRO_INSERT
  * \li Action: Inserts special Index macros into the document.
  * \li Syntax: indexmacro-insert <type>
- * \li Params: <type>: see, seealso, subindex, sortkey.
+ * \li Params: <type>: see, seealso, subentry, sortkey.
  * \li Origin: spitz, 20 Feb 2022
  * \endvar
  */