\f
;;; Core variables and data structures:
(defvar bookmark-alist ()
- "Association list of bookmarks and their records.
+ "Association list of bookmark names and their parameters.
Bookmark functions update the value automatically.
You probably do NOT want to change the value yourself.
(annotation . ANNOTATION)
FILENAME names the bookmarked file.
- POS is the bookmarked buffer position (position in the file).
+ POS is the bookmarked buffer position.
STR-AFTER-POS is buffer text that immediately follows POS.
STR-BEFORE-POS is buffer text that immediately precedes POS.
ANNOTATION is a string that describes the bookmark.
`bookmark-automatically-show-annotations'.
HANDLER is a function that provides the bookmark-jump behavior for a
specific kind of bookmark. This is the case for Info bookmarks,
- for instance. HANDLER must accept a bookmark as argument.")
+ for instance. HANDLER must accept a bookmark as its single argument.")
(defvar bookmarks-already-loaded nil
"Non-nil if and only if bookmarks have been loaded from `bookmark-default-file'.")