Function: bookmark-bmenu-show-annotation
bookmark-bmenu-show-annotation is an interactive and byte-compiled
function defined in bookmark.el.gz.
Signature
(bookmark-bmenu-show-annotation)
Documentation
Show the annotation for the current bookmark in another window.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-bmenu-show-annotation ()
"Show the annotation for the current bookmark in another window."
(interactive nil bookmark-bmenu-mode)
(let ((bookmark (bookmark-bmenu-bookmark)))
(bookmark-show-annotation bookmark)))