Function: bookmark-bmenu-show-all-annotations

bookmark-bmenu-show-all-annotations is an interactive and byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-bmenu-show-all-annotations)

Documentation

Show the annotation for all bookmarks in another window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-show-all-annotations ()
  "Show the annotation for all bookmarks in another window."
  (interactive nil bookmark-bmenu-mode)
  (bookmark-show-all-annotations))