Mercurial > emacs
changeset 54211:f8a2c975db26
(Marker Insertion Types): Minor change.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 01 Mar 2004 03:46:33 +0000 |
parents | 602769168263 |
children | ba850aa09d2d |
files | lispref/markers.texi |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/markers.texi Mon Mar 01 02:26:01 2004 +0000 +++ b/lispref/markers.texi Mon Mar 01 03:46:33 2004 +0000 @@ -337,9 +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}. +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