From 10e4c1aa7c883c5d19e6821dc085c56a8ac80b36 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 30 Oct 2009 15:14:23 +0000 Subject: [PATCH] * LyXaction.cpp: typo and an improved description for LFUN_COMMAND_EXECUTE. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31807 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index de1cb4c320..d2d9d75700 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2517,7 +2517,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_TOOLBAR_TOGGLE * \li Action: Toggles visibility of a given toolbar between on/off/auto. - * \li Notion: Skiping "auto" when allowauto is false. + * \li Notion: Skipping "auto" when allowauto is false. * \li Syntax: toolbar-toggle [allowauto] * \li Params: : standard|extra|table|math|mathmacrotemplate| minibuffer|review|view/update|math_panels|vcs @@ -3173,12 +3173,14 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_COMMAND_EXECUTE - * \li Action: Opens the minibuffer toolbar so that the user can type in there. + * \li Action: Switches the focus to the minibuffer so that the user can type + in there. If necessary, it opens the minibuffer toolbar. * \li Notion: Usually bound to M-x shortcut. * \li Syntax: command-execute * \endvar */ { LFUN_COMMAND_EXECUTE, "command-execute", NoBuffer, Edit }, + /*! * \var lyx::FuncCode lyx::LFUN_COMMAND_PREFIX * \li Action: Return the current key sequence and available options as a string. -- 2.39.2