]> git.eshelyaron.com Git - emacs.git/commitdiff
(What Is a Function, Mapping Functions): Remove @tindex.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 18:09:12 +0000 (18:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 18:09:12 +0000 (18:09 +0000)
lispref/functions.texi

index 9c7381b80d7760f3827d213efccdc9b8dc94fdff..7068b385ecf830ef036ea48ca8245f6fa8f70c1d 100644 (file)
@@ -152,7 +152,6 @@ function.  For example:
 @end defun
 
 @defun subr-arity subr
-@tindex subr-arity
 This function provides information about the argument list of a
 primitive, @var{subr}.  The returned value is a pair
 @code{(@var{min} . @var{max})}.  @var{min} is the minimum number of
@@ -807,7 +806,6 @@ Return the list of results."
 @end defun
 
 @defun mapc function sequence
-@tindex mapc
 @code{mapc} is like @code{mapcar} except that @var{function} is used for
 side-effects only---the values it returns are ignored, not collected
 into a list.  @code{mapc} always returns @var{sequence}.