changeset 3776:301e2dca5fd7

(Finsert_buffer_substring): Doc fix.
author Roland McGrath <roland@gnu.org>
date Wed, 16 Jun 1993 22:37:24 +0000
parents 0ea7f6cb0a35
children d6f56b9586f7
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Wed Jun 16 22:09:24 1993 +0000
+++ b/src/editfns.c	Wed Jun 16 22:37:24 1993 +0000
@@ -849,7 +849,7 @@
 
 DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring,
   1, 3, 0,
-  "Insert before point a substring of the contents buffer BUFFER.\n\
+  "Insert before point a substring of the contents of buffer BUFFER.\n\
 BUFFER may be a buffer or a buffer name.\n\
 Arguments START and END are character numbers specifying the substring.\n\
 They default to the beginning and the end of BUFFER.")