diff lisp/files.el @ 8160:1013d56a1133

(revert-buffer-function): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Jul 1994 23:03:47 +0000
parents a6fa25ffa764
children 02ee07034f11
line wrap: on
line diff
--- a/lisp/files.el	Wed Jul 06 22:08:03 1994 +0000
+++ b/lisp/files.el	Wed Jul 06 23:03:47 1994 +0000
@@ -1811,7 +1811,9 @@
 
 (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