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