From: Richard M. Stallman Date: Sun, 1 Nov 1998 08:46:04 +0000 (+0000) Subject: (revert-buffer): Doc fix. X-Git-Tag: emacs-20.4~1343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1f04130e01199738ccbc54c5b50f66943f0b756;p=emacs.git (revert-buffer): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 33ffc433890..e953a174448 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2633,7 +2633,8 @@ sake of backward compatibility. IGNORE-AUTO is optional, defaulting to nil. Optional second argument NOCONFIRM means don't ask for confirmation at -all. +all. (The local variable `revert-without-query', if non-nil, prevents +confirmation.) Optional third argument PRESERVE-MODES non-nil means don't alter the files modes. Normally we reinitialize them using `normal-mode'.