# HG changeset patch # User Dave Love # Date 952458274 0 # Node ID c3a446101beb0c1684c68b297862fe540b677d9b # Parent 5ef76039360b5f0ff294cb32c2da8288d8d6cee2 Remove references to rassoc, delete, expt. diff -r 5ef76039360b -r c3a446101beb man/cl.texi --- 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