diff options
author | Glenn Morris <rgm@gnu.org> | 2014-04-03 00:06:40 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-04-03 00:06:40 -0700 |
commit | d738ebdccfd2cdcac50f12d55a8c0c311edbc063 (patch) | |
tree | 8bee9742617962d5736beefe3ded4f116db1bca3 /etc | |
parent | 062e286b7ccf2b23cfafef1bf1128eaf91e0ec94 (diff) | |
download | emacs-d738ebdccfd2cdcac50f12d55a8c0c311edbc063.tar.gz |
Doc updates related to changes in revert-buffer function variables
* lisp/files.el (make-backup-file-name-function)
(make-backup-file-name, make-backup-file-name--default-function)
(make-backup-file-name-1, find-backup-file-name)
(revert-buffer-function, revert-buffer-insert-file-contents-function)
(buffer-stale--default-function, buffer-stale-function)
(before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
(revert-buffer, revert-buffer--default)
(revert-buffer-insert-file-contents--default-function):
Doc fixes related to defaults no longer being nil.
(make-backup-file-name-function): Bump :version.
Restore nil as a valid but deprecated custom type.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1397,9 +1397,10 @@ argument, with the same interpretation as the returned value of ** Revert and Autorevert changes -*** The default value of `revert-buffer-function' is no longer nil. -Instead it defaults to a function that does what the nil value used to. -The same applies for `revert-buffer-insert-file-contents-function'. +*** The default values of `make-backup-file-name-function', +`revert-buffer-function', `revert-buffer-insert-file-contents-function', +and `buffer-stale-function' are no longer nil. Instead they default +to functions that do what the nil value used to. --- *** If Emacs is compiled with file notification support, it uses notifications |