summaryrefslogtreecommitdiff
path: root/doc/emacs/regs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/emacs/regs.texi')
-rw-r--r--doc/emacs/regs.texi11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index b47e5d30b2d..68a8245b34d 100644
--- a/doc/emacs/regs.texi
+++ b/doc/emacs/regs.texi
@@ -80,7 +80,9 @@ information until you store something else in it.
@kindex C-x r j
@findex jump-to-register
The command @kbd{C-x r j @var{r}} switches to the buffer recorded in
-register @var{r}, and moves point to the recorded position. The
+register @var{r}, pushes a mark, and moves point to the recorded
+position. (The mark is not pushed if point was already at the
+recorded position, or in successive calls to the command.) The
contents of the register are not changed, so you can jump to the saved
position any number of times.
@@ -357,6 +359,13 @@ saves bookmarks if you explicitly use @kbd{M-x bookmark-save}.
The variable @code{bookmark-default-file} specifies the file in
which to save bookmarks by default.
+@vindex bookmark-use-annotations
+@cindex bookmark annotations
+ If you set the variable @code{bookmark-use-annotations} to @code{t},
+setting a bookmark will query for an annotation. If a bookmark has an
+annotation, it is automatically shown in a separate window when you
+jump to the bookmark.
+
@vindex bookmark-search-size
Bookmark position values are saved with surrounding context, so that
@code{bookmark-jump} can find the proper position even if the file is