From: Vincent van Ravesteijn Date: Thu, 6 Aug 2009 23:20:34 +0000 (+0000) Subject: Fix typo for r30882. X-Git-Tag: 2.0.0~5831 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=187e7e197ac32c9aa15b1ef47000fc800c6c2ba5;p=features.git Fix typo for r30882. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30883 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 892e5a3ba2..e1860cb3ce 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2842,7 +2842,7 @@ void LyXAction::init() * \li Action: Closes all buffers. * \li Notion: Closes all buffers, asking whether to save it, etc, if a buffer has been modified. - * \li Syntax: buffer-close_all + * \li Syntax: buffer-close-all * \endvar */ { LFUN_BUFFER_CLOSE_ALL, "buffer-close-all", ReadOnly, Buffer },