comparison lispref/markers.texi @ 22252:40089afa2b1d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 May 1998 18:56:56 +0000
parents d4ac295a98b3
children 467b88fab665
comparison
equal deleted inserted replaced
22251:5989fa41cda6 22252:40089afa2b1d
314 relocating a marker to point after the inserted text. 314 relocating a marker to point after the inserted text.
315 315
316 @defun set-marker-insertion-type marker type 316 @defun set-marker-insertion-type marker type
317 @tindex set-marker-insertion-type 317 @tindex set-marker-insertion-type
318 This function sets the insertion type of marker @var{marker} to 318 This function sets the insertion type of marker @var{marker} to
319 @var{type}. If @var{type} is @code{t}, @var{marker} will advances when 319 @var{type}. If @var{type} is @code{t}, @var{marker} will advance when
320 text is inserted at it. If @var{type} is @code{nil}, @var{marker} does 320 text is inserted at its position. If @var{type} is @code{nil},
321 not advance when text is inserted there. 321 @var{marker} does not advance when text is inserted there.
322 @end defun 322 @end defun
323 323
324 @defun marker-insertion-type marker 324 @defun marker-insertion-type marker
325 @tindex marker-insertion-type 325 @tindex marker-insertion-type
326 This function reports the current insertion type of @var{marker}. 326 This function reports the current insertion type of @var{marker}.