]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Fix functions that used functions but did not defined it
[lyx.git] / src / LyXAction.cpp
index f4030ec40d92d31e85e1b059139d4c6895c4cced..a5c7e7f451bea5b74e50a59ae875e9a0755b584c 100644 (file)
@@ -3466,7 +3466,7 @@ void LyXAction::init()
  * \var lyx::FuncCode lyx::LFUN_QUOTE_INSERT
  * \li Action: Inserts quotes according to the type and quote-language preference.
  * \li Notion: Currently 15 different quote styles are distinguished (see params).
- * \li Syntax: quote-insert [<LEVEL>] [<SIDE>] [<STYLE>]
+ * \li Syntax: quote-insert [<LEVEL>] [<SIDE> <STYLE>]
  * \li Params: <LEVEL>: 'inner' for (i.e., secondary, usually single) quotes, otherwise
  *                       outer (i.e., primary, usually double) quotes will be used.\n
  *             <SIDE>:  'opening' for opening quotes, 'closing' for closing quotes,
@@ -4088,7 +4088,9 @@ void LyXAction::init()
                             size, emph, noun, underbar, number, color, language,
                             toggleall.\n
                             Use lyx -dbg action for exact syntax of text-style
-                            dialog parameters.
+                            dialog parameters. The code is expecting numerical parameters, 
+                           so that one needs to use e.g. "series 1" instead of "series bold".
+ * \li Sample: textstyle-update series 1
  * \li Origin: leeming, 12 Mar 2003
  * \endvar
  */