Variable: bookmark-yank-point

bookmark-yank-point is a variable defined in bookmark.el.gz.

Value

0

Documentation

The next point from which to pull source text for bookmark-yank-word.

This point is in bookmark-current-buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defvar bookmark-yank-point 0
  "The next point from which to pull source text for `bookmark-yank-word'.
This point is in `bookmark-current-buffer'.")