Function: bookmark-set-position

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

Signature

(bookmark-set-position BOOKMARK-NAME-OR-RECORD POSITION)

Documentation

Set the position (i.e.: point) of BOOKMARK-NAME-OR-RECORD to POSITION.

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-set-position (bookmark-name-or-record position)
  "Set the position (i.e.: point) of BOOKMARK-NAME-OR-RECORD to POSITION."
  (bookmark-prop-set bookmark-name-or-record 'position position))