git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23102 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-02-21 15:15:36 +00:00
parent b7922f4201
commit f9cb8309a3

View File

@ -1147,7 +1147,7 @@ void LyXAction::init()
* \li Syntax: split-view <vertical|horizontal> * \li Syntax: split-view <vertical|horizontal>
* \li Params: horizontal : The work areas are laid out side by side.\n * \li Params: horizontal : The work areas are laid out side by side.\n
vertical : The work areas laid out vertically.\n vertical : The work areas laid out vertically.\n
* \li Origin: abdel, 20 Feb 2007 * \li Origin: abdel, 20 Feb 2008
* \endvar * \endvar
*/ */
{ LFUN_SPLIT_VIEW, "split-view", ReadOnly, Buffer }, { LFUN_SPLIT_VIEW, "split-view", ReadOnly, Buffer },
@ -1158,7 +1158,7 @@ void LyXAction::init()
* \li Notion: This only closes the work areas, not the buffer themselves. * \li Notion: This only closes the work areas, not the buffer themselves.
The still opened buffers can be visualized in another tab group. The still opened buffers can be visualized in another tab group.
* \li Syntax: close-tab-group * \li Syntax: close-tab-group
* \li Origin: abdel, 21 Feb 2007 * \li Origin: abdel, 21 Feb 2008
* \endvar * \endvar
*/ */
{ LFUN_CLOSE_TAB_GROUP, "close-tab-group", ReadOnly, Buffer }, { LFUN_CLOSE_TAB_GROUP, "close-tab-group", ReadOnly, Buffer },