From: Eli Zaretskii Date: Sat, 8 Jul 2006 18:09:12 +0000 (+0000) Subject: (What Is a Function, Mapping Functions): Remove @tindex. X-Git-Tag: emacs-pretest-22.0.90~1622 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3e0619c0b722776706ed7e4bc81a1a3384df4ba;p=emacs.git (What Is a Function, Mapping Functions): Remove @tindex. --- diff --git a/lispref/functions.texi b/lispref/functions.texi index 9c7381b80d7..7068b385ecf 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -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}.