Variable: bookmark-edit-annotation-mode-abbrev-table

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

Value

#<obarray n=1>

Documentation

Abbrev table for bookmark-edit-annotation-mode.

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