]> git.lyx.org Git - features.git/blobdiff - src/LyXAction.cpp
Update doc about forward search.
[features.git] / src / LyXAction.cpp
index 179bf3a2a90cd97852cc4ab8008cd8525effbf35..e25eb78294d3bb4b9593ea162be2393460214176 100644 (file)
@@ -2828,16 +2828,11 @@ void LyXAction::init()
                { LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly | NoBuffer, System },
 /*!
  * \var lyx::FuncCode lyx::LFUN_FORWARD_SEARCH
- * \li Action: Sets the cursor position in the previewed (e.g. dvi) file based on the row
+ * \li Action: Sets the cursor position in the previewed (dvi/pdf) 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).
+               LyX Output preferences. See Additional manual for details of these
+              settings.
  * \li Syntax: forward-search
  * \li Origin: sanda, 14 Apr 2010
  * \endvar