Function: bookmark-edit-annotation-cancel

bookmark-edit-annotation-cancel is an interactive and byte-compiled function defined in bookmark.el.gz.

Signature

(bookmark-edit-annotation-cancel)

Documentation

Cancel the current annotation edit.

Probably introduced at or before Emacs version 29.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/bookmark.el.gz
(defun bookmark-edit-annotation-cancel ()
  "Cancel the current annotation edit."
  (interactive nil bookmark-edit-annotation-mode)
  (bookmark-edit-annotation--maybe-display-list
   (message "Canceled by user")))