]> git.lyx.org Git - lyx.git/commitdiff
* LyXaction.cpp: typo and an improved description for LFUN_COMMAND_EXECUTE.
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Oct 2009 15:14:23 +0000 (15:14 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 30 Oct 2009 15:14:23 +0000 (15:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31807 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index de1cb4c320fd5b15d485b2caf6510bb8dac0f78e..d2d9d757001652f4133b53604808edb6fee431c6 100644 (file)
@@ -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 <NAME> [allowauto]
  * \li Params: <NAME>: 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.