aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 436aa8509c4..154ec33098c 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2180,6 +2180,9 @@ to nil.
2180Optional second argument NOCONFIRM means don't ask for confirmation at 2180Optional second argument NOCONFIRM means don't ask for confirmation at
2181all. 2181all.
2182 2182
2183Optional third argument PRESERVE-MODES non-nil means don't alter
2184the files modes. Normally we reinitialize them using `normal-mode'.
2185
2183If the value of `revert-buffer-function' is non-nil, it is called to 2186If the value of `revert-buffer-function' is non-nil, it is called to
2184do the work. 2187do the work.
2185 2188