From: Richard M. Stallman Date: Tue, 20 Aug 1996 21:22:41 +0000 (+0000) Subject: (revert-buffer): Doc fix. X-Git-Tag: emacs-20.1~4054 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b2b26d52a58151e80ae9190356ce32a2f967007;p=emacs.git (revert-buffer): Doc fix. --- 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.