Mercurial > hg > xemacs-beta
diff lisp/cl-extra.el @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 11cf20601dec |
children | 558f606b08ae |
line wrap: on
line diff
--- a/lisp/cl-extra.el Mon Aug 13 10:27:41 2007 +0200 +++ b/lisp/cl-extra.el Mon Aug 13 10:28:48 2007 +0200 @@ -89,7 +89,7 @@ ;;; Predicates. (defun equalp (x y) - "T if two Lisp objects have similar structures and contents. + "Return t if two Lisp objects have similar structures and contents. This is like `equal', except that it accepts numerically equal numbers of different types (float vs. integer), and also compares strings case-insensitively."