changeset 28039:c3a446101beb

Remove references to rassoc, delete, expt.
author Dave Love <fx@gnu.org>
date Tue, 07 Mar 2000 19:44:34 +0000
parents 5ef76039360b
children 70195a103aa8
files man/cl.texi
diffstat 1 files changed, 3 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/man/cl.texi	Tue Mar 07 19:41:12 2000 +0000
+++ b/man/cl.texi	Tue Mar 07 19:44:34 2000 +0000
@@ -300,8 +300,8 @@
 prefixed by @code{cl-} which were not taken from Common Lisp:
 
 @example
-member        delete        remove        remq
-rassoc        floatp-safe   lexical-let   lexical-let*
+member        remove        remq
+floatp-safe   lexical-let   lexical-let*
 callf         callf2        letf          letf*
 defsubst*     defalias      add-hook      eval-when-compile
 @end example
@@ -3419,7 +3419,7 @@
 
 @menu
 * Predicates on Numbers::       `plusp', `oddp', `floatp-safe', etc.
-* Numerical Functions::         `abs', `expt', `floor*', etc.
+* Numerical Functions::         `abs', `floor*', etc.
 * Random Numbers::              `random*', `make-random-state'
 * Implementation Parameters::   `most-positive-fixnum', `most-positive-float'
 @end menu
@@ -4523,13 +4523,6 @@
 the inverse of the mapping to @var{item}.
 @end defun
 
-@defun rassoc item a-list
-This function searches like @code{rassoc*} with a @code{:test}
-argument of @code{equal}.  It is analogous to Emacs Lisp's
-standard @code{assoc} function, which derives from the MacLisp
-rather than the Common Lisp tradition.
-@end defun
-
 @findex assoc-if
 @findex assoc-if-not
 @findex rassoc-if