summaryrefslogtreecommitdiff
path: root/lispref/markers.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-10-25 16:03:03 +0000
committerGerd Moellmann <gerd@gnu.org>1999-10-25 16:03:03 +0000
commit75f3230bfa24b43ed6cd6df06859ff40093428b4 (patch)
tree00f8a3bd2bad8de9f3456b2ef885af261360f93b /lispref/markers.texi
parentc0ea222e0c6f92cb10ba738b47ace07ab8cbeb18 (diff)
downloademacs-75f3230bfa24b43ed6cd6df06859ff40093428b4.tar.gz
Patch by rms.
Diffstat (limited to 'lispref/markers.texi')
-rw-r--r--lispref/markers.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi
index 095e6a7f46b..f4165776234 100644
--- a/lispref/markers.texi
+++ b/lispref/markers.texi
@@ -302,6 +302,12 @@ This function returns the buffer that @var{marker} points into, or
@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 @@ mark on the mark ring. The variable @code{mark-ring-max} specifies the
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.