From: Vinicius Jose Latorre Date: Wed, 12 Dec 2007 11:31:52 +0000 (+0000) Subject: revert-buffer docstring fix X-Git-Tag: emacs-pretest-23.0.90~8935 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c84b30043d52aa79e665d5968460ff7569af79ed;p=emacs.git revert-buffer docstring fix --- 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. This command also implements an interface for special buffers that contain text which doesn't come from a file, but reflects some other data instead (e.g. Dired buffers, `buffer-list' -buffers). This is done via the variable -`revert-buffer-function'. In these cases, it should reconstruct +buffers). This is done via the variable +`revert-buffer-function'. In these cases, it should reconstruct the buffer contents from the appropriate data. When called from Lisp, the first argument is IGNORE-AUTO; only offer