cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27527 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-11-16 11:37:30 +00:00
parent deef2728c7
commit f300e38290

View File

@ -851,12 +851,12 @@ void LyXAction::init()
* \li Syntax: word-findadv [<DATA>] * \li Syntax: word-findadv [<DATA>]
* \li Params: <DATA>: data encoded from FindAdv dialog (see #lyx::findadv2string()). * \li Params: <DATA>: data encoded from FindAdv dialog (see #lyx::findadv2string()).
If no parameter is given, search with last find-dialog 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 * \li Origin: Tommaso, Nov 15 2007
* \endvar * \endvar
*/ */
{ LFUN_WORD_FINDADV, "word-findadv", ReadOnly, Edit }, { 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 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, * \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. because forward may be left or right, depending on the language.