]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Add a pending space after math if it is not the last of the selection. This fixes...
[lyx.git] / src / LyXAction.cpp
index b37ba307f9bf6ac1e5e18ea04c641333eaaf82cd..f8e6498b78b9ce16d2106e053b23b16857942c34 100644 (file)
@@ -1908,14 +1908,6 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly, Edit },
-/*!
- * \var lyx::FuncCode lyx::LFUN_PARAGRAPH_SPACING
- * \li Action: Adjusts the spacing of the paragraph.
- * \li Syntax: paragraph-spacing
- * \ii Notion: This LFUN is obsolete. Please use LFUN_PARAGRAPH_PARAMS.
- * \endvar
- */
-               { LFUN_PARAGRAPH_SPACING, "paragraph-spacing", Noop, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_BREAK_PARAGRAPH
  * \li Action: Breaks the current paragraph at the current location.
@@ -1935,7 +1927,7 @@ void LyXAction::init()
                Note that the "leftindent" indent setting is deprecated.
  * \li Syntax: paragraph-params [<INDENT>] [<SPACING>] [<ALIGN>] [<OTHERS>]
  * \li Params: <INDENT>:  \noindent|\indent|\indent-toggle|\leftindent LENGTH\n
-               <SPACING>: \paragraph_spacing default|single|onehalf|double|other\n
+               <SPACING>: \paragraph_spacing default|single|onehalf|double|other SIZE \n
                <ALIGN>:   \align block|left|right|center|default\n
                <OTHERS>:  \labelwidthstring WIDTH|\start_of_appendix
  * \li Origin: rgh, Aug 15 2007