]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
The mode changing math insets already provide the needed info, so
[lyx.git] / src / LyXAction.cpp
index da9bf85090e4b8d445627cbbc3d10611137ea5c9..e1c957ddf40bad7c119fe9a17779b49051dc0b28 100644 (file)
@@ -1409,6 +1409,15 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_MATH_MATRIX, "math-matrix", Noop, Math },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_MATH_MODE
+ * \li Action: In text mode enters math mode (i.e. puts math insets on the current
+               cursor position), in math mode enters text mode inside math expression.
+ * \li Notion: If there is some selected text, it puts the text inside created math box.
+ * \li Syntax: math-mode
+ * \li Origin: Alejandro, 4 Jun 1996
+ * \endvar
+ */
                { LFUN_MATH_MODE, "math-mode", Noop, Math },
 /*!
  * \var lyx::FuncCode lyx::LFUN_MATH_NUMBER_LINE_TOGGLE