From: Luc Teirlinck Date: Mon, 1 Mar 2004 03:46:33 +0000 (+0000) Subject: (Marker Insertion Types): Minor change. X-Git-Tag: ttn-vms-21-2-B4~7406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c028f5c70d8cb61cb03964b2a8ff6040370f0ec;p=emacs.git (Marker Insertion Types): Minor change. --- diff --git a/lispref/markers.texi b/lispref/markers.texi index 7f4ab1d2b78..859edb0b6b8 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi @@ -337,9 +337,10 @@ text is inserted at its position. If @var{type} is @code{nil}, 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}. +Most functions that create markers, without an argument allowing to +specify the 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