Mercurial > emacs
changeset 71707:eae7c0ae4744
(What Is a Function, Mapping Functions): Remove @tindex.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Jul 2006 18:09:12 +0000 |
parents | c68bfe90878a |
children | 3c1be91ffa16 |
files | lispref/functions.texi |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/functions.texi Sat Jul 08 18:08:40 2006 +0000 +++ b/lispref/functions.texi Sat Jul 08 18:09:12 2006 +0000 @@ -152,7 +152,6 @@ @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 @@ @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}.