]> git.eshelyaron.com Git - emacs.git/commitdiff
(revert-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 Aug 1996 21:22:41 +0000 (21:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 Aug 1996 21:22:41 +0000 (21:22 +0000)
lisp/files.el

index 436aa8509c4064eb821aec15ea8517c5f475d610..154ec33098cf0a027d0a4600719cb682bf024095 100644 (file)
@@ -2180,6 +2180,9 @@ to nil.
 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.