]> git.eshelyaron.com Git - emacs.git/commitdiff
(Marker Insertion Types): Minor change.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 1 Mar 2004 03:46:33 +0000 (03:46 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 1 Mar 2004 03:46:33 +0000 (03:46 +0000)
lispref/markers.texi

index 7f4ab1d2b78e04c7f9787ce1109e06b912740b5d..859edb0b6b83062bdd685e284c80df3b647a3a56 100644 (file)
@@ -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