Function: bookmark-bmenu-edit-annotation

bookmark-bmenu-edit-annotation is an interactive and byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-bmenu-edit-annotation)

Documentation

Edit 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-edit-annotation ()
  "Edit the annotation for the current bookmark in another window."
  (interactive nil bookmark-bmenu-mode)
  (let ((bookmark (bookmark-bmenu-bookmark)))
    (bookmark-edit-annotation bookmark t)))