emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113909: Refine the documentation of `insert-buffer-


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113909: Refine the documentation of `insert-buffer-substring'.
Date: Fri, 16 Aug 2013 03:16:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113909
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-16 11:16:03 +0800
message:
  Refine the documentation of `insert-buffer-substring'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-16 01:57:58 +0000
+++ b/doc/lispref/ChangeLog     2013-08-16 03:16:03 +0000
@@ -1,6 +1,6 @@
 2013-08-16  Xue Fuqiao  <address@hidden>
 
-       * text.texi (Insertion): Add cross-references.
+       * text.texi (Insertion): Refine.
 
        * positions.texi (Character Motion):
        * markers.texi (Moving Markers):

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-08-16 01:57:58 +0000
+++ b/doc/lispref/text.texi     2013-08-16 03:16:03 +0000
@@ -423,10 +423,10 @@
 
 @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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]