Function: bookmark-write

bookmark-write is an autoloaded, interactive and byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-write)

Documentation

Write bookmarks to a file (reading the file name with the minibuffer).

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
;;;###autoload
(defun bookmark-write ()
  "Write bookmarks to a file (reading the file name with the minibuffer)."
  (declare (interactive-only bookmark-save))
  (interactive)
  (bookmark-maybe-load-default-file)
  (bookmark-save t))