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:
parent
218d6445e5
commit
a0d809f20e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue