From 091bdc1ac27ef981e3ce4835c7beee8c5f8e97df Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 24 Jan 2010 20:16:43 +0000 Subject: [PATCH] Spotted by JMarc git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33209 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index d3ad97544e..425295b930 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2978,11 +2978,9 @@ void LyXAction::init() { LFUN_BUFFER_RELOAD, "buffer-reload", ReadOnly, Buffer }, /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_SWITCH - * \li Action: Switch to the given buffer. - * \li Notion: This is useful also in case you need simultaneously more views of the edited - document in different LyX windows. - * \li Syntax: buffer-new-template - * \li Params: : already opened document which is to be shown. + * \li Action: Display/switch to the given buffer. + * \li Syntax: buffer-switch + * \li Params: : already opened (but possibly hidden) document which is to be shown. * \endvar */ { LFUN_BUFFER_SWITCH, "buffer-switch", NoBuffer | ReadOnly, Buffer }, -- 2.39.2