diff src/editfns.c @ 3776:301e2dca5fd7

(Finsert_buffer_substring): Doc fix.
author Roland McGrath <roland@gnu.org>
date Wed, 16 Jun 1993 22:37:24 +0000
parents 507f64624555
children 0463aae99f4e
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.")