X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/75f3230bfa24b43ed6cd6df06859ff40093428b4..8325c01e4ba922ee7d6bb60651c25db3b0adbbce:/lispref/markers.texi diff --git a/lispref/markers.texi b/lispref/markers.texi index f416577623..e18e987bf2 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998 Free Software Foundation, Inc. +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999 +@c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/markers @node Markers, Text, Positions, Top @@ -320,7 +321,6 @@ marker should do by setting its @dfn{insertion type}. Note that use of relocating a marker to point after the inserted text. @defun set-marker-insertion-type marker type -@tindex set-marker-insertion-type This function sets the insertion type of marker @var{marker} to @var{type}. If @var{type} is @code{t}, @var{marker} will advance when text is inserted at its position. If @var{type} is @code{nil}, @@ -328,7 +328,6 @@ text is inserted at its position. If @var{type} is @code{nil}, @end defun @defun marker-insertion-type marker -@tindex marker-insertion-type This function reports the current insertion type of @var{marker}. @end defun