diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-20 21:22:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-20 21:22:41 +0000 |
commit | 0ece6d107f00c9123d82e0bbab2d9b50ab0ca25e (patch) | |
tree | 047d69eb7bdb69843ba39d057786a39df0a9ef0d /lisp/files.el | |
parent | 21bd7b2210b262f7dc1f5fd522cf9ffa8c1f140a (diff) | |
download | emacs-0ece6d107f00c9123d82e0bbab2d9b50ab0ca25e.tar.gz |
(revert-buffer): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 3 |
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. 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. |