From e327d63c9179e15130ec03a500d500ea83a10281 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 5 Jun 2008 12:24:27 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25141 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index c33f98b83f..7a29462e3a 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -750,6 +750,17 @@ void LyXAction::init() * \endvar */ { LFUN_WORD_FIND, "word-find", ReadOnly, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_WORD_FIND + * \li Action: Replace a string in the document. + * \li Syntax: word-replace [] + * \li Params: : data is of the form + " \n + \n + " + * \li Origin: poenitz, Jan 7 2004 + * \endvar + */ { LFUN_WORD_REPLACE, "word-replace", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_WORD_FORWARD -- 2.39.2