diff options
| author | Eli Zaretskii | 2006-07-08 18:09:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:09:12 +0000 |
| commit | e3e0619c0b722776706ed7e4bc81a1a3384df4ba (patch) | |
| tree | ea2067e7e43c6997ffc71c5639464ca783fb28b3 | |
| parent | d550765cb614b4c91c3048b85bd6217d7f26d300 (diff) | |
| download | emacs-e3e0619c0b722776706ed7e4bc81a1a3384df4ba.tar.gz emacs-e3e0619c0b722776706ed7e4bc81a1a3384df4ba.zip | |
(What Is a Function, Mapping Functions): Remove @tindex.
| -rw-r--r-- | lispref/functions.texi | 2 |
1 files changed, 0 insertions, 2 deletions
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: | |||
| 152 | @end defun | 152 | @end defun |
| 153 | 153 | ||
| 154 | @defun subr-arity subr | 154 | @defun subr-arity subr |
| 155 | @tindex subr-arity | ||
| 156 | This function provides information about the argument list of a | 155 | This function provides information about the argument list of a |
| 157 | primitive, @var{subr}. The returned value is a pair | 156 | primitive, @var{subr}. The returned value is a pair |
| 158 | @code{(@var{min} . @var{max})}. @var{min} is the minimum number of | 157 | @code{(@var{min} . @var{max})}. @var{min} is the minimum number of |
| @@ -807,7 +806,6 @@ Return the list of results." | |||
| 807 | @end defun | 806 | @end defun |
| 808 | 807 | ||
| 809 | @defun mapc function sequence | 808 | @defun mapc function sequence |
| 810 | @tindex mapc | ||
| 811 | @code{mapc} is like @code{mapcar} except that @var{function} is used for | 809 | @code{mapc} is like @code{mapcar} except that @var{function} is used for |
| 812 | side-effects only---the values it returns are ignored, not collected | 810 | side-effects only---the values it returns are ignored, not collected |
| 813 | into a list. @code{mapc} always returns @var{sequence}. | 811 | into a list. @code{mapc} always returns @var{sequence}. |