Mercurial > emacs
changeset 15890:c2ef756791fe
(revert-buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Aug 1996 21:22:41 +0000 |
parents | ca8f142ef5d2 |
children | dbc8c9c9d819 |
files | lisp/files.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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.