Function: help-fns-edit-mode-cancel

help-fns-edit-mode-cancel is an interactive and byte-compiled function defined in help-fns.el.gz.

Signature

(help-fns-edit-mode-cancel)

Documentation

Kill the edit buffer and cancel editing of the value.

This cancels value editing without updating the value.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defun help-fns-edit-mode-cancel ()
  "Kill the edit buffer and cancel editing of the value.
This cancels value editing without updating the value."
  (interactive nil help-fns--edit-value-mode)
  (help-fns-edit-mode-done t))