]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Paragraph::inInset() shall not be used if the owner inset was not initialized. Make...
[lyx.git] / src / LyXAction.cpp
index bcd72be2666e39458a56d9fc745ded5fd205120e..ecb2469785118cc03593c857cd292c751122c801 100644 (file)
@@ -3006,11 +3006,20 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_COMPLETION_CANCEL
  * \li Action: Try to cancel completion, either the popup or the inline completion
- * \li Syntax: completion-escape
+ * \li Syntax: completion-cancel
  * \li Origin: sts, Sep 07 2008
  * \endvar
  */
                { LFUN_COMPLETION_CANCEL, "completion-cancel", SingleParUpdate, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_COMPLETION_ACCEPT
+ * \li Action: Accept suggested completion.
+ * \li Syntax: completion-accept
+ * \li Origin: sanda, Sep 08 2008
+ * \endvar
+ */
+               { LFUN_COMPLETION_ACCEPT, "completion-accept", SingleParUpdate, Edit },
+
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_BRANCH_ACTIVATE