diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 8d6982993f..e826522eec 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -4099,11 +4099,10 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_TEXTSTYLE_APPLY * \li Action: Apply last used text properties. - * \li Syntax: textstyle-apply [] - * \li Params: : number of the selection in the internal freefonts stack to be applied. * \li Notion: These properties are stored via #LFUN_TEXTSTYLE_UPDATE, which is automatically triggered when using Text Style dialog. - * \li Syntax: textstyle-apply + * \li Syntax: textstyle-apply [] + * \li Params: : number of the selection in the internal freefonts stack to be applied. * \li Origin: leeming, 12 Mar 2003 * \endvar */