aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2007-12-12 11:31:52 +0000
committerVinicius Jose Latorre2007-12-12 11:31:52 +0000
commitc84b30043d52aa79e665d5968460ff7569af79ed (patch)
tree0cf34ea65a986b47666c12a6a14b9a718e2b8698
parent0dff8975207307e73ba16f6306ab41016461dc57 (diff)
downloademacs-c84b30043d52aa79e665d5968460ff7569af79ed.tar.gz
emacs-c84b30043d52aa79e665d5968460ff7569af79ed.zip
revert-buffer docstring fix
-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