git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25243 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-12 20:16:51 +00:00
parent 34af23abfb
commit 87a64de1e7

View File

@ -1319,6 +1319,13 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_MATH_DISPLAY, "math-display", Noop, Math },
/*!
* \var lyx::FuncCode lyx::LFUN_MATH_INSERT
* \li Action: Inserts math objects and symbols.
* \li Syntax: math-insert <ARG>
* \li Params: <ARG>: Symbol or LaTeX code to be inserted.
* \endvar
*/
{ LFUN_MATH_INSERT, "math-insert", Noop, Math },
/*!
* \var lyx::FuncCode lyx::LFUN_MATH_SUBSCRIPT