git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25619 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-14 18:30:49 +00:00
parent 0f7bae394c
commit d56e60a1ff

View File

@ -2807,6 +2807,14 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_COMMAND_EXECUTE, "command-execute", NoBuffer, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_COMMAND_PREFIX
* \li Action: Return the current sequence and available options as a string.
* \li Notion: No options are added if no curmap kb map exists. \n
This is probably usable only with connection to lyxserver.
* \li Syntax: command-prefix
* \endvar
*/
{ LFUN_COMMAND_PREFIX, "command-prefix", NoBuffer, Hidden },
/*!
* \var lyx::FuncCode lyx::LFUN_COMMAND_SEQUENCE