From: Pavel Sanda Date: Fri, 13 Feb 2009 13:58:49 +0000 (+0000) Subject: * doxy X-Git-Tag: 2.0.0~7228 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=93ea6ec2147a137862d0d9a1b1edca8fe5566b60;p=features.git * doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28479 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 959a9ed1ab..2312ec503c 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2310,10 +2310,15 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_BOOKMARK_GOTO - * \li Action: Goto a bookmark. - * \li Notion: Moves the cursor to the numbered bookmark, opening the file + * \li Action: Moves the cursor to the numbered bookmark, opening the file if necessary. Note that bookmarsk are saved per-session, not per file. + * \li Notion: Bookmark 0 has a special purpose. It is automatically set \n + 1. to the paragraph you are currently editing \n + 2. to the paragraph from where you are jumping to the last-edited + position (jump-back feature) \n + 3. when jumping from crossreference to the requested label by + #LFUN_LABEL_GOTO. * \li Syntax: bookmark-goto * \li Params: : the number of the bookmark to restore. * \li Origin: Dekel, 27 January 2001