diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 9d281a6b71..433cdc9b1d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2579,6 +2579,8 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_SERVER_GOTO_FILE_ROW * \li Action: Sets the cursor position based on the row number of generated TeX file. + * \li Notion: This can be useful for DVI inverse-search or detection of the problematic + line from LaTeX compilation. * \li Syntax: server-goto-file-row * \li Origin: Edmar, 23 Dec 1998 * \endvar