From 0973d78b8e16381d4d81d6797bd9d54436f4a6d7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 6 Jul 1994 23:03:47 +0000 Subject: [PATCH] (revert-buffer-function): Doc fix. --- lisp/files.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 8982b4fd396..2ccfa29d135 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1811,7 +1811,9 @@ to create parent directories if they don't exist." (put 'revert-buffer-function 'permanent-local t) (defvar revert-buffer-function nil - "Function to use to revert this buffer, or nil to do the default.") + "Function to use to revert this buffer, or nil to do the default. +The function receives two arguments IGNORE-AUTO and NOCONFIRM, +which are the arguments that `revert-buffer' received.") (put 'revert-buffer-insert-file-contents-function 'permanent-local t) (defvar revert-buffer-insert-file-contents-function nil -- 2.39.5