Function: bookmark-set-annotation

bookmark-set-annotation is a byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-set-annotation BOOKMARK-NAME-OR-RECORD ANN)

Documentation

Set the annotation of BOOKMARK-NAME-OR-RECORD to ANN.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-set-annotation (bookmark-name-or-record ann)
  "Set the annotation of BOOKMARK-NAME-OR-RECORD to ANN."
  (bookmark-prop-set bookmark-name-or-record 'annotation ann))