]> git.lyx.org Git - features.git/commitdiff
Further improve quote-inserts documentation
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Dec 2016 10:39:56 +0000 (11:39 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 19 Dec 2016 10:39:56 +0000 (11:39 +0100)
lib/doc/LFUNs.lyx
src/LyXAction.cpp

index 5fad975183905bd6baeca11f9ad2e89236286051..977699a4d09f2bb1f3d7e4fd27ab1a38b7369e88 100644 (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*
index a15fd3d46953d593032fe25bf3d838cabb6684d4..9b8ae1650441a6b6adb24303ade2f452a1ec056a 100644 (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