Function: bookmark-edit-annotation-mode

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

Signature

(bookmark-edit-annotation-mode)

Documentation

Mode for editing the annotation of bookmarks.

When you have finished composing, type C-c C-c (bookmark-edit-annotation-confirm) or C-c C-k (bookmark-edit-annotation-cancel) to cancel.

C-c C-c bookmark-edit-annotation-confirm
C-c C-k bookmark-edit-annotation-cancel

In addition to any hooks its parent mode text-mode might have run, this mode runs the hook bookmark-edit-annotation-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(define-derived-mode bookmark-edit-annotation-mode
  text-mode "Edit Bookmark Annotation"
  "Mode for editing the annotation of bookmarks.
\\<bookmark-edit-annotation-mode-map>\
When you have finished composing, type \\[bookmark-edit-annotation-confirm] \
or \\[bookmark-edit-annotation-cancel] to cancel.

\\{bookmark-edit-annotation-mode-map}")