Variable: bookmark-automatically-show-annotations

bookmark-automatically-show-annotations is a customizable variable defined in bookmark.el.gz.

Value

t

Documentation

Non-nil means show annotations when jumping to a bookmark.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defcustom bookmark-automatically-show-annotations t
  "Non-nil means show annotations when jumping to a bookmark."
  :type 'boolean)