Variable: bookmark-edit-annotation-mode-hook

bookmark-edit-annotation-mode-hook is a variable defined in bookmark.el.gz.

Value

nil

Documentation

Hook run after entering Edit Bookmark Annotation mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

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}")