Function: bookmark-set-rear-context-string

bookmark-set-rear-context-string is a byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-set-rear-context-string BOOKMARK-NAME-OR-RECORD STRING)

Documentation

Set the rear-context-string of BOOKMARK-NAME-OR-RECORD to STRING.

Source Code

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