From: Richard M. Stallman Date: Wed, 6 Jul 1994 23:03:47 +0000 (+0000) Subject: (revert-buffer-function): Doc fix. X-Git-Tag: emacs-19.34~7693 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0973d78b8e16381d4d81d6797bd9d54436f4a6d7;p=emacs.git (revert-buffer-function): Doc fix. --- 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