revert-buffer docstring fix

This commit is contained in:
Vinicius Jose Latorre 2007-12-12 11:31:52 +00:00
parent 0dff897520
commit c84b30043d

View 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