From 466b09b0069ecffad3b4d2916a3f24ff49ebba1a Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 16 Jul 2009 18:58:47 +0000 Subject: [PATCH] * LyXAction.cpp: doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30633 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 5b07453120..b37ba307f9 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 },