From 47cefe424d504513b248f58267187f64cda84259 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 15 May 2009 15:42:45 +0000 Subject: [PATCH] Cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29676 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 22c434335a..7c55ecd6a5 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1979,7 +1979,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_INSET_EDIT * \li Action: Edit the inset at cursor with an external application, - * if one is attributed. + if one is attributed. * \li Syntax: inset-edit [] * \li Params: : Parameters for the inset. \n Currently only the filename will be considered. @@ -2270,19 +2270,19 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_INSET_SETTINGS * \li Action: Open the inset's properties dialog. * \li Notion: Used for bibitem, bibtex, box, branch, citation, ert, external, - * float, graphics, href, include, index, index_print, label, listings, - * note, phantom, ref, space, tabular, vspace, wrap insets. + float, graphics, href, include, index, index_print, label, listings, + note, phantom, ref, space, tabular, vspace, wrap insets. * \li Syntax: inset-settings * \li Params: : . + graphics|href|include|index|index_print|label|listings| + note|phantom|ref|space|tabular|vspace|wrap>. * \endvar */ { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly | AtPoint, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_INSET_TOGGLE * \li Action: Toggles the collapsable inset at cursor position, - * or the inset we are currently in. + or the inset we are currently in. * \li Syntax: inset-toggle [] * \li Params: : . \n open/close/toggle are for collapsable insets. toggle is used when no argument is given.\n -- 2.39.2