]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
GuiBox.cpp: fix #6721
[lyx.git] / src / LyXAction.cpp
index 0b7cb9296759a284b19455543deb3389e8895fa6..143f0faf5a170fbf284c71d4caa0cb285a504b0d 100644 (file)
@@ -416,11 +416,12 @@ void LyXAction::init()
                the work area.\n
                2. select the text and run info-insert lfun.
  * \li Syntax: info-insert <TYPE> <ARG>
- * \li Params: <TYPE>: shortcut[s]|lyxrc|package|textclass|menu|buffer \n
+ * \li Params: <TYPE>: shortcut[s]|lyxrc|lyxinfo|package|textclass|menu|buffer \n
                <ARG>: argument for a given type. Look into InsetInfo.h for detailed
                       description. \n
                      shortcut[s]: name of lfun (e.g math-insert \alpha) \n
                      lyxrc: name of rc_entry (e.g. bind_file) \n
+                     lyxinfo: "version" - used version of LyX \n
                      package: name of latex package (e.g. listings) \n
                      textclass: name of textclass (e.g. article) \n
                      menu: name of lfun used in menu  \n
@@ -2829,13 +2830,13 @@ void LyXAction::init()
  * \li Action: Sets the cursor position in the previewed (e.g. dvi) file based on the row
                number in LyX window.
  * \li Notion: The external program used for forward search call can be specified in
-               \\forward_search_dvi and \\forward_search_pdf RC settings.
-              By default, the value for pdf is empty, while for dvi it is\n
-              "xdvi -sourceposition $$n:$$t $$o"\n
-              The values replaced in the call: $$n for row number, $$t for
-              exported temporary .tex file, $$o exported output file, either
-              dvi or pdf, depending on which one exists in the temp dir
-              (preferred is dvi).
+               \forward_search_dvi and \forward_search_pdf RC settings.
+               By default, the value for pdf is empty, while for dvi it is\n
+               "xdvi -sourceposition $$n:$$t $$o"\n
+               The values replaced in the call: $$n for row number, $$t for
+               exported temporary .tex file, $$o exported output file, either
+               dvi or pdf, depending on which one exists in the temp dir
+               (preferred is dvi).
  * \li Syntax: forward-search
  * \li Origin: sanda, 14 Apr 2010
  * \endvar