From 359e65315ba7770eb184d5d5a674ba113ba4d810 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 16 May 2009 23:53:35 +0000 Subject: [PATCH] Next glitches git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29699 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 78d7f3d97a..5b089f2c12 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -879,7 +879,8 @@ void LyXAction::init() * \endvar */ { LFUN_WORD_FINDADV, "word-findadv", ReadOnly, Edit }, -/*! \var lyx::FuncCode lyx::LFUN_WORD_FORWARD +/*! + * \var lyx::FuncCode lyx::LFUN_WORD_FORWARD * \li Action: Moves the cursor to the logically next beginning of a word. * \li Notion: This is not the action which should be bound to the arrow keys, because forward may be left or right, depending on the language. @@ -1561,7 +1562,7 @@ 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 [] [def] - * \li Params: : The name of the macro, e.g. "mymacro". + * \li Params: : The name of the macro, e.g. "mymacro".\n : 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 @@ -1908,7 +1909,7 @@ void LyXAction::init() * \li Params: : \noindent|\indent|\indent-toggle|\leftindent LENGTH\n : \paragraph_spacing default|single|onehalf|double|other\n : \align block|left|right|center|default\n - : \labelwidthstring WIDTH|\start_of_appendix\n + : \labelwidthstring WIDTH|\start_of_appendix * \li Origin: rgh, Aug 15 2007 * \endvar */ -- 2.39.2