Variable: bookmark-edit-annotation-text-func

bookmark-edit-annotation-text-func is a variable defined in bookmark.el.gz.

Value

bookmark-default-annotation-text

Documentation

Function to return default text to use for a bookmark annotation.

It takes one argument, the name of the bookmark, as a string.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defvar bookmark-edit-annotation-text-func 'bookmark-default-annotation-text
  "Function to return default text to use for a bookmark annotation.
It takes one argument, the name of the bookmark, as a string.")