]> git.lyx.org Git - lyx.git/commitdiff
* quote-insert lfun description
authorPavel Sanda <sanda@lyx.org>
Fri, 5 Apr 2024 17:47:20 +0000 (19:47 +0200)
committerPavel Sanda <sanda@lyx.org>
Fri, 5 Apr 2024 17:47:20 +0000 (19:47 +0200)
src/LyXAction.cpp

index f4030ec40d92d31e85e1b059139d4c6895c4cced..3c524549b0e22ecae635f4cfc1070ada296c4b61 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,