]> git.lyx.org Git - features.git/commitdiff
* doxy
authorPavel Sanda <sanda@lyx.org>
Fri, 13 Feb 2009 13:58:49 +0000 (13:58 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 13 Feb 2009 13:58:49 +0000 (13:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28479 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 959a9ed1ab43f2bd3c044a98438334b6a2e76c74..2312ec503c3870893719459d7252bf44268462ea 100644 (file)
@@ -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 <NUMBER>
  * \li Params: <NUMBER>: the number of the bookmark to restore.
  * \li Origin: Dekel, 27 January 2001