diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 038705c2f05..d0099404ff1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2013-08-16 Xue Fuqiao <xfq.free@gmail.com> + * text.texi (Insertion): Add cross-references. + * positions.texi (Character Motion): * markers.texi (Moving Markers): (Creating Markers): Comment out undefined behavior. diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 5346f8dcf58..bc79971188e 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -366,7 +366,8 @@ not relocate the marker, depending on the marker's insertion type the inserted text, regardless of the markers' insertion type. Insertion functions signal an error if the current buffer is -read-only or if they insert within read-only text. +read-only (@pxref{Read Only Buffers}) or if they insert within +read-only text (@pxref{Special Properties}). These functions copy text characters from strings and buffers along with their properties. The inserted characters have exactly the same |
