From c05e5d3a3486e760af9ba3cdccd0b5791f903dad 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 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 */