aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2019-06-28 13:40:37 +0200
committerEli Zaretskii2019-06-28 21:35:21 +0300
commitd58fc4e8ece8ccafd5ef430a57c2a8b417c8e038 (patch)
tree865161e47f475748ec033244730d1b54b98bcf2d /doc
parenta1f76adfb03c23bb4242928e8efe6193c301f0c1 (diff)
downloademacs-d58fc4e8ece8ccafd5ef430a57c2a8b417c8e038.tar.gz
emacs-d58fc4e8ece8ccafd5ef430a57c2a8b417c8e038.zip
Document bookmark annotations in Emacs Manual (bug#36417)
* doc/emacs/regs.texi (Bookmarks): Document annotations. * lisp/bookmark.el (bookmark-use-annotations): Clarify docstring.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/regs.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index 37026946477..68a8245b34d 100644
--- a/doc/emacs/regs.texi
+++ b/doc/emacs/regs.texi
@@ -359,6 +359,13 @@ saves bookmarks if you explicitly use @kbd{M-x bookmark-save}.
359 The variable @code{bookmark-default-file} specifies the file in 359 The variable @code{bookmark-default-file} specifies the file in
360which to save bookmarks by default. 360which to save bookmarks by default.
361 361
362@vindex bookmark-use-annotations
363@cindex bookmark annotations
364 If you set the variable @code{bookmark-use-annotations} to @code{t},
365setting a bookmark will query for an annotation. If a bookmark has an
366annotation, it is automatically shown in a separate window when you
367jump to the bookmark.
368
362@vindex bookmark-search-size 369@vindex bookmark-search-size
363 Bookmark position values are saved with surrounding context, so that 370 Bookmark position values are saved with surrounding context, so that
364@code{bookmark-jump} can find the proper position even if the file is 371@code{bookmark-jump} can find the proper position even if the file is