git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24814 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-18 12:14:07 +00:00
parent ef3b045378
commit 98d3ca8bd8

View File

@ -323,6 +323,15 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_LISTING_INSERT, "listing-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_QUOTE_INSERT
* \li Action: Inserts quotes according to the type and quote-language preference.
* \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.
* \endvar
*/
{ LFUN_QUOTE_INSERT, "quote-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_INFO_INSERT