Function: bookmark-get-annotation
bookmark-get-annotation is a byte-compiled function defined in
bookmark.el.gz.
Signature
(bookmark-get-annotation BOOKMARK-NAME-OR-RECORD)
Documentation
Return the annotation of BOOKMARK-NAME-OR-RECORD, or nil if none.
Source Code
;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-get-annotation (bookmark-name-or-record)
"Return the annotation of BOOKMARK-NAME-OR-RECORD, or nil if none."
(bookmark-prop-get bookmark-name-or-record 'annotation))