+2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
+
+ * markers.texi (Marker Insertion Types): Minor change.
+
+ * locals.texi (Standard Buffer-Local Variables):
+ * commands.texi (Interactive Codes, Using Interactive):
+ * functions.texi (Related Topics): Fix xrefs.
+
2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
* lists.texi (Sets And Lists): Update description of delete-dups.
@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
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