diff lisp/files.el @ 15890:c2ef756791fe

(revert-buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Aug 1996 21:22:41 +0000
parents 4d76ffbc2be1
children 5b10dc4cd791
line wrap: on
line diff
--- a/lisp/files.el	Tue Aug 20 20:50:35 1996 +0000
+++ b/lisp/files.el	Tue Aug 20 21:22:41 1996 +0000
@@ -2180,6 +2180,9 @@
 Optional second argument NOCONFIRM means don't ask for confirmation at
 all.
 
+Optional third argument PRESERVE-MODES non-nil means don't alter
+the files modes.  Normally we reinitialize them using `normal-mode'.
+
 If the value of `revert-buffer-function' is non-nil, it is called to
 do the work.