summaryrefslogtreecommitdiff
path: root/lispref/markers.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-05 14:29:37 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-05 14:29:37 +0000
commit176c9de4b4366110131c6d5fc1cc812d706c41fa (patch)
tree3a2402cad7383af69c1b6f80feca649a75ff4e15 /lispref/markers.texi
parentc142ce81fc9f5cd852d843fd5cd994155c1051e8 (diff)
downloademacs-176c9de4b4366110131c6d5fc1cc812d706c41fa.tar.gz
Remove obsolete @tindex commands.
Diffstat (limited to 'lispref/markers.texi')
-rw-r--r--lispref/markers.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi
index f4165776234..d77d8af1da2 100644
--- a/lispref/markers.texi
+++ b/lispref/markers.texi
@@ -320,7 +320,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 +327,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