Variable: revert-buffer-quick-short-answers

revert-buffer-quick-short-answers is a customizable variable defined in files.el.gz.

Value

nil

Documentation

How much confirmation to be done by the revert-buffer-quick command.

If non-nil, use y-or-n-p instead of yes-or-no-p.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defcustom revert-buffer-quick-short-answers nil
  "How much confirmation to be done by the `revert-buffer-quick' command.
If non-nil, use `y-or-n-p' instead of `yes-or-no-p'."
  :version "28.1"
  :type 'boolean)