changeset 8160:1013d56a1133

(revert-buffer-function): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Jul 1994 23:03:47 +0000
parents 513f25ffd93d
children 6b104526819d
files lisp/files.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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