Mercurial > emacs
diff src/buffer.c @ 4942:0ea29f510ba0
(Ferase_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 09 Nov 1993 21:34:18 +0000 |
| parents | ef44bf38f456 |
| children | eca469f14d11 |
line wrap: on
line diff
--- a/src/buffer.c Tue Nov 09 07:28:56 1993 +0000 +++ b/src/buffer.c Tue Nov 09 21:34:18 1993 +0000 @@ -1012,7 +1012,7 @@ DEFUN ("erase-buffer", Ferase_buffer, Serase_buffer, 0, 0, "*", "Delete the entire contents of the current buffer.\n\ -Any clipping restriction in effect (see `narrow-to-region') is removed,\n\ +Any narrowing restriction in effect (see `narrow-to-region') is removed,\n\ so the buffer is truly empty after this.") () {
