Mercurial > emacs
changeset 4942:0ea29f510ba0
(Ferase_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Nov 1993 21:34:18 +0000 |
parents | 74c118ef608c |
children | 7a6aea972b7e |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.") () {