changeset 54063:3e2d6f6c8e51

(Marker Insertion Types): Minor change.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 18 Feb 2004 04:58:29 +0000
parents b03c387f73cf
children c9135adb6143
files lispref/markers.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/markers.texi	Wed Feb 18 04:56:00 2004 +0000
+++ b/lispref/markers.texi	Wed Feb 18 04:58:29 2004 +0000
@@ -326,10 +326,6 @@
 @code{insert-before-markers} ignores markers' insertion types, always
 relocating a marker to point after the inserted text.
 
-Most functions that create markers, without explicitly specifying an
-insertion type, create them with insertion type @code{nil}.  Also, the
-mark has, by default, insertion type @code{nil}.
-
 @defun set-marker-insertion-type marker type
 This function sets the insertion type of marker @var{marker} to
 @var{type}.  If @var{type} is @code{t}, @var{marker} will advance when
@@ -341,6 +337,10 @@
 This function reports the current insertion type of @var{marker}.
 @end defun
 
+Most functions that create markers, without explicitly specifying an
+insertion type, create them with insertion type @code{nil}.  Also, the
+mark has, by default, insertion type @code{nil}.
+
 @node Moving Markers
 @section Moving Marker Positions