Variable: bookmark-use-annotations
bookmark-use-annotations is a customizable variable defined in
bookmark.el.gz.
Value
nil
Documentation
If non-nil, setting a bookmark queries for an annotation in a buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defcustom bookmark-use-annotations nil
"If non-nil, setting a bookmark queries for an annotation in a buffer."
:type 'boolean)