Fix typo for r30882.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30883 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-08-06 23:20:34 +00:00
parent 97efae2561
commit 187e7e197a

View File

@ -2842,7 +2842,7 @@ void LyXAction::init()
* \li Action: Closes all buffers. * \li Action: Closes all buffers.
* \li Notion: Closes all buffers, asking whether to save it, etc, * \li Notion: Closes all buffers, asking whether to save it, etc,
if a buffer has been modified. if a buffer has been modified.
* \li Syntax: buffer-close_all * \li Syntax: buffer-close-all
* \endvar * \endvar
*/ */
{ LFUN_BUFFER_CLOSE_ALL, "buffer-close-all", ReadOnly, Buffer }, { LFUN_BUFFER_CLOSE_ALL, "buffer-close-all", ReadOnly, Buffer },