From 2950a20e83bd4ddd747b7bccc70a241b5556b8b9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Nov 1993 21:34:18 +0000 Subject: [PATCH] (Ferase_buffer): Doc fix. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") 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.") () { -- 2.39.5