]> code.delx.au - gnu-emacs/commitdiff
revert-buffer docstring fix
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 12 Dec 2007 11:25:21 +0000 (11:25 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 12 Dec 2007 11:25:21 +0000 (11:25 +0000)
lisp/ChangeLog
lisp/files.el

index 59b0854751b9e0132b32459dda14b3e984c85239..fffb1e03f6055871e2ca35e89c277b93ebb08dc5 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
+
+       * files.el (revert-buffer): Docstring fix.
+
 2007-12-11  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
index 8d5fcfda8c298038a543e204bcd9d61658ece3ac..110dbef9289060a95e66a9185f03a3aef88199f2 100644 (file)
@@ -4204,10 +4204,12 @@ This undoes all changes since the file was visited or saved.
 With a prefix argument, offer to revert from latest auto-save file, if
 that is more recent than the visited file.
 
-This command also works for special buffers that contain text which
-doesn't come from a file, but reflects some other data base instead:
-for example, Dired buffers and `buffer-list' buffers.  In these cases,
-it reconstructs the buffer contents from the appropriate data base.
+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
+the buffer contents from the appropriate data.
 
 When called from Lisp, the first argument is IGNORE-AUTO; only offer
 to revert from the auto-save file when this is nil.  Note that the