aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-06 23:03:47 +0000
committerRichard M. Stallman1994-07-06 23:03:47 +0000
commit0973d78b8e16381d4d81d6797bd9d54436f4a6d7 (patch)
tree50247b41874073d281e45846d08773c9e280ae16
parentb965445fdf9c0f4519bc1c5d543a5c267a36502c (diff)
downloademacs-0973d78b8e16381d4d81d6797bd9d54436f4a6d7.tar.gz
emacs-0973d78b8e16381d4d81d6797bd9d54436f4a6d7.zip
(revert-buffer-function): Doc fix.
-rw-r--r--lisp/files.el4
1 files changed, 3 insertions, 1 deletions
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."
1811 1811
1812(put 'revert-buffer-function 'permanent-local t) 1812(put 'revert-buffer-function 'permanent-local t)
1813(defvar revert-buffer-function nil 1813(defvar revert-buffer-function nil
1814 "Function to use to revert this buffer, or nil to do the default.") 1814 "Function to use to revert this buffer, or nil to do the default.
1815The function receives two arguments IGNORE-AUTO and NOCONFIRM,
1816which are the arguments that `revert-buffer' received.")
1815 1817
1816(put 'revert-buffer-insert-file-contents-function 'permanent-local t) 1818(put 'revert-buffer-insert-file-contents-function 'permanent-local t)
1817(defvar revert-buffer-insert-file-contents-function nil 1819(defvar revert-buffer-insert-file-contents-function nil