aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 110dbef9289..06e3e319d2d 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -4207,8 +4207,8 @@ that is more recent than the visited file.
4207This command also implements an interface for special buffers 4207This command also implements an interface for special buffers
4208that contain text which doesn't come from a file, but reflects 4208that contain text which doesn't come from a file, but reflects
4209some other data instead (e.g. Dired buffers, `buffer-list' 4209some other data instead (e.g. Dired buffers, `buffer-list'
4210buffers). This is done via the variable 4210buffers). This is done via the variable
4211`revert-buffer-function'. In these cases, it should reconstruct 4211`revert-buffer-function'. In these cases, it should reconstruct
4212the buffer contents from the appropriate data. 4212the buffer contents from the appropriate data.
4213 4213
4214When called from Lisp, the first argument is IGNORE-AUTO; only offer 4214When called from Lisp, the first argument is IGNORE-AUTO; only offer