From c8068af56770f8b0be93218e76dd17ea508f3365 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Fri, 16 Aug 2013 11:16:03 +0800 Subject: [PATCH] Refine the documentation of `insert-buffer-substring'. --- doc/lispref/ChangeLog | 2 +- doc/lispref/text.texi | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d0099404ff1..fcb47b30f9a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,6 +1,6 @@ 2013-08-16 Xue Fuqiao - * text.texi (Insertion): Add cross-references. + * text.texi (Insertion): Refine. * positions.texi (Character Motion): * markers.texi (Moving Markers): diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index bc79971188e..17a1798be2f 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -423,10 +423,10 @@ insertion point. @xref{Sticky Properties}. @defun insert-buffer-substring from-buffer-or-name &optional start end This function inserts a portion of buffer @var{from-buffer-or-name} -(which must already exist) into the current buffer before point. The -text inserted is the region between @var{start} and @var{end}. (These -arguments default to the beginning and end of the accessible portion of -that buffer.) This function returns @code{nil}. +into the current buffer before point. The text inserted is the region +between @var{start} (inclusive) and @var{end} (exclusive). (These +arguments default to the beginning and end of the accessible portion +of that buffer.) This function returns @code{nil}. In this example, the form is executed with buffer @samp{bar} as the current buffer. We assume that buffer @samp{bar} is initially empty. -- 2.39.2