aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-03-01 03:46:33 +0000
committerLuc Teirlinck2004-03-01 03:46:33 +0000
commit3c028f5c70d8cb61cb03964b2a8ff6040370f0ec (patch)
tree45a858eaea8572becf85dec06845b02883c08b46
parentb8d955f4196278a43fb81821d87a89fbeb31f44e (diff)
downloademacs-3c028f5c70d8cb61cb03964b2a8ff6040370f0ec.tar.gz
emacs-3c028f5c70d8cb61cb03964b2a8ff6040370f0ec.zip
(Marker Insertion Types): Minor change.
-rw-r--r--lispref/markers.texi7
1 files changed, 4 insertions, 3 deletions
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},
337This function reports the current insertion type of @var{marker}. 337This function reports the current insertion type of @var{marker}.
338@end defun 338@end defun
339 339
340Most functions that create markers, without explicitly specifying an 340Most functions that create markers, without an argument allowing to
341insertion type, create them with insertion type @code{nil}. Also, the 341specify the insertion type, create them with insertion type
342mark has, by default, insertion type @code{nil}. 342@code{nil}. Also, the mark has, by default, insertion type
343@code{nil}.
343 344
344@node Moving Markers 345@node Moving Markers
345@section Moving Marker Positions 346@section Moving Marker Positions