From: Pavel Sanda Date: Fri, 15 May 2009 15:42:45 +0000 (+0000) Subject: Cosmetics X-Git-Tag: 2.0.0~6567 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=47cefe424d504513b248f58267187f64cda84259;p=lyx.git Cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29676 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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