]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Wed, 30 Jan 2008 23:23:40 +0000 (23:23 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 30 Jan 2008 23:23:40 +0000 (23:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22724 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 83c707451f49555b7ca255a5ab530486da4509fb..84b9afc8a7b6b5cf8bba7656cf4b6ebcc1794f9b 100644 (file)
@@ -1052,6 +1052,12 @@ void LyXAction::init()
  */
                { LFUN_CANCEL, "cancel", NoBuffer, System },
 
+/**
+ * \var lyx::kb_action lyx::LFUN_COMMAND_EXECUTE
+ * \li Action: Opens the minibuffer toolbar so that the user can type in there.
+ * \li Notion: Usually bound to M-x shortcut.
+ * \li Syntax: command-execute
+ */
                { LFUN_COMMAND_EXECUTE, "command-execute", NoBuffer, Edit },
                { LFUN_COMMAND_PREFIX, "command-prefix", NoBuffer, Hidden },
 /**