Mercurial > emacs
changeset 54669:5d0eda307bf3
(buffer-stale-function): Doc change.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 01 Apr 2004 01:20:20 +0000 |
parents | 69a699e79a0d |
children | e30c06266ba0 |
files | lisp/files.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed Mar 31 23:47:22 2004 +0000 +++ b/lisp/files.el Thu Apr 01 01:20:20 2004 +0000 @@ -3458,8 +3458,10 @@ "Function to check whether a non-file buffer needs reverting. This should be a function with one optional argument NOCONFIRM. Auto Revert Mode sets NOCONFIRM to t. The function should return -non-nil if the buffer should be reverted. The buffer is current -when this function is called. +non-nil if the buffer should be reverted. A return value of +`fast' means that the need for reverting was not checked, but +that reverting the buffer is fast. The buffer is current when +this function is called. The idea behind the NOCONFIRM argument is that it should be non-nil if the buffer is going to be reverted without asking the