Further improve quote-inserts documentation

This commit is contained in:
Juergen Spitzmueller 2016-12-19 11:39:56 +01:00
parent 7b5de36a75
commit 0d92eaeb11
2 changed files with 7 additions and 6 deletions

View File

@ -3450,11 +3450,11 @@ Notion Currently English, Swedish, German, Polish, French, Danish quotes are dis
\end_layout
\begin_layout Description
Syntax quote-insert [<TYPE>] [<SIDE>] [<LANG>]
Syntax quote-insert [<LEVEL>] [<SIDE>] [<STYLE>]
\end_layout
\begin_layout Description
Params <TYPE>: 'single' for single quotes, otherwise double quotes will be used. <SIDE>: 'left' for opening quotes, 'right' for closing quotes, otherwise the side will be guessed from the context. <STYLE>: 'english' for ``English'' quote style 'swedish' for ''Swedish'' quote style 'german' for ,,German`` quote style 'polish' for ,,Polish'' quote style 'french' for <<French>> quote style 'danish' for >>Danish<< quote style If no quote style is specified, the document-wide will be used.
Params <LEVEL>: 'single' for single (i.e., inner or secondary) quotes, otherwise double quotes will be used. <SIDE>: 'left' for opening quotes, 'right' for closing quotes, otherwise the side will be guessed from the context. <STYLE>: 'english' for ``English'' quote style 'swedish' for ''Swedish'' quote style 'german' for ,,German`` quote style 'polish' for ,,Polish'' quote style 'french' for <<French>> quote style 'danish' for >>Danish<< quote style If no quote style is specified, the document-wide will be used.
\end_layout
\begin_layout Subsection*

View File

@ -403,10 +403,11 @@ void LyXAction::init()
* \li Action: Inserts quotes according to the type and quote-language preference.
* \li Notion: Currently English, Swedish, German, Polish, French, Danish quotes
are distinguished.
* \li Syntax: quote-insert [<TYPE>] [<SIDE>] [<LANG>]
* \li Params: <TYPE>: 'single' for single quotes, otherwise double quotes will be used.
* <SIDE>: 'left' for opening quotes, 'right' for closing quotes, otherwise
* the side will be guessed from the context.
* \li Syntax: quote-insert [<LEVEL>] [<SIDE>] [<STYLE>]
* \li Params: <LEVEL>: 'single' for single (i.e., inner or secondary) quotes, otherwise
* double quotes will be used.
* <SIDE>: 'left' for opening quotes, 'right' for closing quotes, otherwise
* the side will be guessed from the context.
* <STYLE>: 'english' for ``English'' quote style
* 'swedish' for ''Swedish'' quote style
* 'german' for ,,German`` quote style