]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorPavel Sanda <sanda@lyx.org>
Sun, 16 Nov 2008 11:37:30 +0000 (11:37 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 16 Nov 2008 11:37:30 +0000 (11:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27527 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index c226838c273b3b4d337527d3271db0cfa6f6b678..502ed372e5623cd12fb0308e7a69f59b0532fbac 100644 (file)
@@ -851,12 +851,12 @@ void LyXAction::init()
  * \li Syntax: word-findadv [<DATA>]
  * \li Params: <DATA>: 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.