1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

(revert-without-query): Fix customize type.

This commit is contained in:
Karl Heuer 1997-10-02 02:57:16 +00:00
parent 218d6445e5
commit a0d809f20e

View file

@ -153,7 +153,7 @@ The value is a list of regular expressions.
If the file name matches one of these regular expressions,
then `revert-buffer' reverts the file without querying
if the file has changed on disk and you have not edited the buffer."
:type 'boolean
:type '(repeat regexp)
:group 'find-file)
(defvar buffer-file-number nil