diff options
| author | Richard M. Stallman | 1994-07-06 23:03:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-06 23:03:47 +0000 |
| commit | 0973d78b8e16381d4d81d6797bd9d54436f4a6d7 (patch) | |
| tree | 50247b41874073d281e45846d08773c9e280ae16 | |
| parent | b965445fdf9c0f4519bc1c5d543a5c267a36502c (diff) | |
| download | emacs-0973d78b8e16381d4d81d6797bd9d54436f4a6d7.tar.gz emacs-0973d78b8e16381d4d81d6797bd9d54436f4a6d7.zip | |
(revert-buffer-function): Doc fix.
| -rw-r--r-- | lisp/files.el | 4 |
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. |
| 1815 | The function receives two arguments IGNORE-AUTO and NOCONFIRM, | ||
| 1816 | which 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 |