From 5b2b26d52a58151e80ae9190356ce32a2f967007 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 Aug 1996 21:22:41 +0000 Subject: [PATCH] (revert-buffer): Doc fix. --- lisp/files.el | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.39.2