]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Fix some display glitches
[lyx.git] / src / LyXAction.cpp
index 5b355243ba5562684f59d3532ec4b1de5308d6b7..cc782d6e6de2cdb79d7142564a284e81059f2d35 100644 (file)
@@ -625,6 +625,15 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_NEWLINE_INSERT, "newline-insert", Noop, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_SEPARATOR_INSERT
+ * \li Action: Inserts an environment separator or paragraph break.
+ * \li Syntax: separator-insert [<ARG>]
+ * \li Params: <ARG>: <plain|parbreak> default: plain
+ * \li Origin: ef, 2 May 2014
+ * \endvar
+ */
+               { LFUN_SEPARATOR_INSERT, "separator-insert", Noop, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_ESCAPE
  * \li Action: Clears the selection. If no text is selected call #LFUN_FINISHED_FORWARD.