From ef4c0412bfdac4e8f91c83033d6218d8b578d6df Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 6 Dec 2024 23:19:08 +0100 Subject: [PATCH] * doxy - amend 154b4fdecec --- src/LyXAction.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index d9218f4c7e..d5462d5048 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -4098,11 +4098,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 */