other bits

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25820 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-23 01:41:42 +00:00
parent 5a4f93f413
commit 6c0a44e300

View File

@ -369,7 +369,7 @@ void LyXAction::init()
* \li Action: Currently English, Swedish, German, Polish, French, Danish quotes
are distinguished.
* \li Syntax: quote-insert [<TYPE>]
* \li Params: TYPE: 'single' for single quotes, otherwise double quotes will be used.
* \li Params: <TYPE>: 'single' for single quotes, otherwise double quotes will be used.
* \endvar
*/
{ LFUN_QUOTE_INSERT, "quote-insert", Noop, Edit },
@ -2898,7 +2898,7 @@ void LyXAction::init()
/*!
* \var lyx::FuncCode lyx::LFUN_COMMAND_PREFIX
* \li Action: Return the current key sequence and available options as a string.
* \li Notion: No options are added if no curmap kb map exists. \n
* \li Notion: No options are added if no current map map exists. \n
This is probably usable only with connection to lyxserver.
* \li Syntax: command-prefix
* \endvar