]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
GuiPrefs.cpp: fix signal.
[lyx.git] / src / LyXAction.cpp
index 14ff3af6106629fc0f460a0fd8b6d918b7575048..e1c957ddf40bad7c119fe9a17779b49051dc0b28 100644 (file)
@@ -1367,11 +1367,11 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_MATH_MACRO
  * \li Action: Inserts a math macro definition at the cursor position in the text.
- * \li Syntax: math-macro <name> [<NARGS>] [def]
+ * \li Syntax: math-macro <NAME> [<NARGS>] [def]
  * \li Params: <NAME>: The name of the macro, e.g. "mymacro".
* \li Params: <NARGS>: The number of parameters of the macro. Default is 0.
* \li Params: def: Has effect anymore, just for compatibility with former LyX versions.
- * \li Origin: sts, 16 June 2008
              <NARGS>: The number of parameters of the macro. Default is 0.
              "def": Has no effect anymore, just for compatibility with former LyX versions.
+ * \li Origin: ale, 10 May 1997;  sts, 21 Dec 2007
  * \endvar
  */
                { LFUN_MATH_MACRO, "math-macro", Noop, Math },
@@ -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