]> git.eshelyaron.com Git - emacs.git/commitdiff
revert-buffer docstring fix
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 12 Dec 2007 11:31:52 +0000 (11:31 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 12 Dec 2007 11:31:52 +0000 (11:31 +0000)
lisp/files.el

index 110dbef9289060a95e66a9185f03a3aef88199f2..06e3e319d2dd032b06f685667ad0c40080d679fb 100644 (file)
@@ -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