diff options
| author | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-16 09:57:58 +0800 |
|---|---|---|
| committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-16 09:57:58 +0800 |
| commit | 8b8bf4a3ce2d3ecd30babdcbfd3600309bd818f1 (patch) | |
| tree | 639af8136245f9463dbc9681106014c50f9ea19d | |
| parent | 2bede2ed9605c3f872f564cc94208cebbf13ac8f (diff) | |
| download | emacs-8b8bf4a3ce2d3ecd30babdcbfd3600309bd818f1.tar.gz | |
* doc/lispref/text.texi (Insertion): Add cross-references.
| -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 |
