From 8b8bf4a3ce2d3ecd30babdcbfd3600309bd818f1 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Fri, 16 Aug 2013 09:57:58 +0800 Subject: [PATCH] * doc/lispref/text.texi (Insertion): Add cross-references. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/text.texi | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 + * 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 -- 2.39.2