# HG changeset patch # User Richard M. Stallman # Date 773535827 0 # Node ID 1013d56a1133f6ac716f17e15ef13f315637bd4f # Parent 513f25ffd93d523408a4dca813e861aa7a265029 (revert-buffer-function): Doc fix. diff -r 513f25ffd93d -r 1013d56a1133 lisp/files.el --- 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