From 187e7e197ac32c9aa15b1ef47000fc800c6c2ba5 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 6 Aug 2009 23:20:34 +0000 Subject: [PATCH] Fix typo for r30882. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30883 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.39.5