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
;;; Misc comments:
;;
-;; If variable bookmark-use-annotations is non-nil, an annotation is
-;; queried for when setting a bookmark.
-;;
;; The bookmark list is sorted lexically by default, but you can turn
;; this off by setting bookmark-sort-flag to nil. If it is nil, then
;; the list will be presented in the order it is recorded
(defcustom bookmark-use-annotations nil
- "If non-nil, saving a bookmark queries for an annotation in a buffer."
+ "If non-nil, setting a bookmark queries for an annotation in a buffer."
:type 'boolean
:group 'bookmark)