diff lisp/files.el @ 20018:eb109838909d

(revert-without-query): Fix customize type.
author Karl Heuer <kwzh@gnu.org>
date Thu, 02 Oct 1997 02:57:16 +0000
parents d59c3d1d7f0a
children c8448efca727
line wrap: on
line diff
--- a/lisp/files.el	Thu Oct 02 02:57:01 1997 +0000
+++ b/lisp/files.el	Thu Oct 02 02:57:16 1997 +0000
@@ -153,7 +153,7 @@
 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