# HG changeset patch # User Gerd Moellmann # Date 940867383 0 # Node ID 112e1bb0423a5cf4ddead58b7ee20462a17b459c # Parent b70301dc3ee4da58e420ab34f2ef57e0bf6c54d4 Patch by rms. diff -r b70301dc3ee4 -r 112e1bb0423a lispref/markers.texi --- a/lispref/markers.texi Mon Oct 25 14:18:47 1999 +0000 +++ b/lispref/markers.texi Mon Oct 25 16:03:03 1999 +0000 @@ -302,6 +302,12 @@ @end example @end defun +@defun buffer-has-markers-at position +@tindex buffer-has-markers-at +This function returns @code{t} if one or more markers +point at position @var{position} in the current buffer. +@end defun + @node Marker Insertion Types @section Marker Insertion Types @@ -419,6 +425,10 @@ maximum number of entries in the mark ring; once the list becomes this long, adding a new element deletes the last element. + There is also a separate global mark ring, but that is used only in a +few particular user-level commands, and is not relevant to Lisp +programming. So we do not describe it here. + @defun mark &optional force @cindex current buffer mark This function returns the current buffer's mark position as an integer.