From 8c9342ca292520c7f3ecf099e6e3dfc31936caec Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 26 Jan 2008 00:43:49 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22674 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index b64c4639f9..a22c9d712c 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1059,6 +1059,14 @@ void LyXAction::init() * \li Origin: Asger, 14 Feb 1997 */ { LFUN_RECONFIGURE, "reconfigure", NoBuffer, System }, +/** + * \var lyx::kb_action lyx::LFUN_LYXRC_APPLY + * \li Action: Apply the given settings to user preferences. + * \li Syntax: lyxrc-apply + * \li Params: : settings which are to be set. Take a look into ~/.lyx/preferences + to get an idea which commands to use and their syntax. + #lyx::LyXRC::LyXRCTags has the list of possible commands. + */ { LFUN_LYXRC_APPLY, "lyxrc-apply", NoBuffer, System }, /** * \var lyx::kb_action lyx::LFUN_TOGGLE_CURSOR_FOLLOWS_SCROLLBAR -- 2.39.2