From e5767128eca186705b7a857412216aa29e829db0 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 8 Jan 2009 21:50:11 +0000 Subject: [PATCH] Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28039 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 9f732ae7c8..25bb4e4c8c 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 [] * \li Params: : eventual argument (regular expression). - * \li Origin: Tommaso, 4 Ott 2008 + * \li Origin: Tommaso, 4 Oct 2008 * \endvar */ { LFUN_REGEXP_MODE, "regexp-mode", Noop, Math }, -- 2.39.5