]> git.lyx.org Git - features.git/commitdiff
Cosmetics.
authorPavel Sanda <sanda@lyx.org>
Thu, 8 Jan 2009 21:50:11 +0000 (21:50 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 8 Jan 2009 21:50:11 +0000 (21:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28039 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 9f732ae7c8ca3246be8bbb968131f4609e00ce56..25bb4e4c8c1c106d8dcde5ccfdd2a34830694e95 100644 (file)
@@ -1522,11 +1522,12 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_REGEXP_MODE
  * \li Action: Enters regexp mode (i.e., puts regexp insets on the current
-               cursor position).
- * \li Notion: If there is any selected text, then it is moved inside the created regexp inset.
+               cursor position). Used by the advanced search dialog.
+ * \li Notion: If there is any selected text, then it is moved inside the created
+               regexp inset.
  * \li Syntax: regexp-mode [<ARG>]
  * \li Params: <ARG>: eventual argument (regular expression).
- * \li Origin: Tommaso, 4 Ott 2008
+ * \li Origin: Tommaso, 4 Oct 2008
  * \endvar
  */
                { LFUN_REGEXP_MODE, "regexp-mode", Noop, Math },