Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28039 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-08 21:50:11 +00:00
parent b74d910ffe
commit e5767128ec

View 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 },