]> git.lyx.org Git - features.git/commitdiff
* LyXAction.cpp: doxy.
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 16 Jul 2009 18:58:47 +0000 (18:58 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 16 Jul 2009 18:58:47 +0000 (18:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30633 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 5b0745312024b6ba1fcaeb42f11de935b7473e27..b37ba307f9bf6ac1e5e18ea04c641333eaaf82cd 100644 (file)
@@ -1909,9 +1909,10 @@ void LyXAction::init()
  */
                { LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly, Edit },
 /*!
- * \var lyx::FuncCode lyx::LFUN_BREAK_PARAGRAPH
- * \li Action: Breaks the current paragraph at the current location.
- * \li Syntax: break-paragraph
+ * \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 },