]> git.lyx.org Git - features.git/blobdiff - src/LyXAction.cpp
* Doxy.
[features.git] / src / LyXAction.cpp
index b64c4639f9ec4806b5c4ad5f8dec585bf34b25e8..a22c9d712c9f29a69f68be9ebabcecb8939ba2aa 100644 (file)
@@ -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 <SETTINGS>
+ * \li Params: <SETTINGS>: 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