mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Spotted by JMarc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33209 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f792df16b3
commit
091bdc1ac2
@ -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 <BUFFER>
|
||||
* \li Params: <BUFFER>: already opened document which is to be shown.
|
||||
* \li Action: Display/switch to the given buffer.
|
||||
* \li Syntax: buffer-switch <BUFFER>
|
||||
* \li Params: <BUFFER>: already opened (but possibly hidden) document which is to be shown.
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_BUFFER_SWITCH, "buffer-switch", NoBuffer | ReadOnly, Buffer },
|
||||
|
Loading…
Reference in New Issue
Block a user