]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ferase_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Nov 1993 21:34:18 +0000 (21:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Nov 1993 21:34:18 +0000 (21:34 +0000)
src/buffer.c

index 4958b1b90050dbe78b9d76919303420f0e6b86bd..7095498c2e821db982ea41366f32ab672f8b082e 100644 (file)
@@ -1012,7 +1012,7 @@ selected window if it is displayed there.")
 \f
 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.")
   ()
 {