]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Handle fontenc in InsetQuotes::updateBuffer
[lyx.git] / src / LyXAction.cpp
index 642d774091363e970108a900fa588548d3974a91..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
@@ -2470,14 +2471,21 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_INSET_MODIFY
  * \li Action: Modify some properties of an inset.
- * \li Notion: Used for bibitem, bibtex, box, branch, command, ert, external,
-                        floats, graphics, include, index, info, label,
-                        listings, newline, newpage, nomencl, note, phantom,
-                        ref, space, tabular, vspace, wrap insets.
+ * \li Notion: Used for argument, bibitem, bibtex, box, branch, caption, citation,
+                        command, ert, external, float, graphics, include, index,
+                        info, label, line, listings, newline, newpage, nomencl,
+                        note, phantom, quotes, ref, script, separator, space,
+                        tabular, vspace and wrap insets.
  * \li Syntax: inset-modify <INSET> <ARGS> \n
                inset-modify changetype <TYPE>
- * \li Sample: inset-modify note Note Comment \n
-              inset-modify changetype Ovalbox
+ * \li Sample: Change a Note inset into a Comment inset: \n
+                   inset-modify note Note Comment \n
+               Change a Box into an Ovalbox: \n
+                   inset-modify changetype Ovalbox \n
+               Change a quotation mark to e[nglish style], l[eft side], s[ingle] \n
+                   inset-modify changetype els \n
+               Change only the style of a quotation mark, maintaining the other aspects (. = wildcard) \n
+                   inset-modify changetype e.. \n
  * \endvar
  */
                { LFUN_INSET_MODIFY, "inset-modify", AtPoint, Edit },