From: Pavel Sanda Date: Sun, 16 Nov 2008 11:37:30 +0000 (+0000) Subject: cosmetics X-Git-Tag: 2.0.0~7734 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f300e3829058c8f11b24741008fbbf8fbce24c11;p=features.git cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27527 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index c226838c27..502ed372e5 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -851,12 +851,12 @@ void LyXAction::init() * \li Syntax: word-findadv [] * \li Params: : data encoded from FindAdv dialog (see #lyx::findadv2string()). If no parameter is given, search with last find-dialog - data is used for search (i.e. find-next). + data is used for search (i.e. find-next). * \li Origin: Tommaso, Nov 15 2007 * \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.