aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-08-20 21:22:41 +0000
committerRichard M. Stallman <[email protected]>1996-08-20 21:22:41 +0000
commit5b2b26d52a58151e80ae9190356ce32a2f967007 (patch)
tree01ae0ae3a43d9eade41575b12276699b1b50e9b0 /lisp/files.el
parent45c50c5ded22a4ebc49eb7f2cdb472c9eeefffe9 (diff)
(revert-buffer): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 436aa8509c..154ec33098 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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.