* doxy - clarify math-mode

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29894 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-05-31 11:09:51 +00:00
parent c6d26a3ddd
commit f1ced7a6ff

View File

@ -1612,8 +1612,9 @@ void LyXAction::init()
* \li Action: In text mode enters math mode (i.e. puts math insets on the current * \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. 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 Notion: If there is some selected text, it puts the text inside created math box.
* \li Syntax: math-mode [<ARG>] * \li Syntax: math-mode [on|<ARG>]
* \li Params: <ARG>: eventual argument (LaTeX code) is passed to #LFUN_MATH_INSERT . * \li Params: <ARG>: eventual argument (LaTeX code) is passed to #LFUN_MATH_INSERT .\n
"on": allow only entering of math mode from text mode.
* \li Origin: Alejandro, 4 Jun 1996 * \li Origin: Alejandro, 4 Jun 1996
* \endvar * \endvar
*/ */