diff options
| author | Richard M. Stallman | 1993-11-09 21:34:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-09 21:34:18 +0000 |
| commit | 2950a20e83bd4ddd747b7bccc70a241b5556b8b9 (patch) | |
| tree | d1f7058888d2d7ce24358999f03bcbb87a2f7bde /src/buffer.c | |
| parent | 50d195ee53d6c126f2351bd8bdde08328fe0bfa2 (diff) | |
| download | emacs-2950a20e83bd4ddd747b7bccc70a241b5556b8b9.tar.gz emacs-2950a20e83bd4ddd747b7bccc70a241b5556b8b9.zip | |
(Ferase_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4958b1b9005..7095498c2e8 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1012,7 +1012,7 @@ selected window if it is displayed there.") | |||
| 1012 | 1012 | ||
| 1013 | DEFUN ("erase-buffer", Ferase_buffer, Serase_buffer, 0, 0, "*", | 1013 | DEFUN ("erase-buffer", Ferase_buffer, Serase_buffer, 0, 0, "*", |
| 1014 | "Delete the entire contents of the current buffer.\n\ | 1014 | "Delete the entire contents of the current buffer.\n\ |
| 1015 | Any clipping restriction in effect (see `narrow-to-region') is removed,\n\ | 1015 | Any narrowing restriction in effect (see `narrow-to-region') is removed,\n\ |
| 1016 | so the buffer is truly empty after this.") | 1016 | so the buffer is truly empty after this.") |
| 1017 | () | 1017 | () |
| 1018 | { | 1018 | { |