diff options
| author | Vinicius Jose Latorre | 2007-12-12 11:31:52 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-12-12 11:31:52 +0000 |
| commit | c84b30043d52aa79e665d5968460ff7569af79ed (patch) | |
| tree | 0cf34ea65a986b47666c12a6a14b9a718e2b8698 | |
| parent | 0dff8975207307e73ba16f6306ab41016461dc57 (diff) | |
| download | emacs-c84b30043d52aa79e665d5968460ff7569af79ed.tar.gz emacs-c84b30043d52aa79e665d5968460ff7569af79ed.zip | |
revert-buffer docstring fix
| -rw-r--r-- | lisp/files.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. | |||
| 4207 | This command also implements an interface for special buffers | 4207 | This command also implements an interface for special buffers |
| 4208 | that contain text which doesn't come from a file, but reflects | 4208 | that contain text which doesn't come from a file, but reflects |
| 4209 | some other data instead (e.g. Dired buffers, `buffer-list' | 4209 | some other data instead (e.g. Dired buffers, `buffer-list' |
| 4210 | buffers). This is done via the variable | 4210 | buffers). This is done via the variable |
| 4211 | `revert-buffer-function'. In these cases, it should reconstruct | 4211 | `revert-buffer-function'. In these cases, it should reconstruct |
| 4212 | the buffer contents from the appropriate data. | 4212 | the buffer contents from the appropriate data. |
| 4213 | 4213 | ||
| 4214 | When called from Lisp, the first argument is IGNORE-AUTO; only offer | 4214 | When called from Lisp, the first argument is IGNORE-AUTO; only offer |