mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(Marker Insertion Types): Minor change.
This commit is contained in:
parent
b8d955f419
commit
3c028f5c70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user