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 M-x bookmark-send-edited-annotation (bookmark-send-edited-annotation).

C-M-i ispell-complete-word
C-c C-c bookmark-send-edited-annotation

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.
When you have finished composing, type \\[bookmark-send-edited-annotation].

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