changeset 87273:2946f697b705

revert-buffer docstring fix
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 12 Dec 2007 11:31:52 +0000
parents 3cad137a4fe8
children b7f63edb668e
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Wed Dec 12 11:25:21 2007 +0000
+++ b/lisp/files.el	Wed Dec 12 11:31:52 2007 +0000
@@ -4207,8 +4207,8 @@
 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