# HG changeset patch # User Juanma Barranquero # Date 1116257529 0 # Node ID 45f10c2912d32e10e784b65948bf73cc5272b2b1 # Parent 1c8187822a221f6d0bd07d2058c32e04c1321ef9 (equalp): Doc fix. diff -r 1c8187822a22 -r 45f10c2912d3 lisp/emacs-lisp/cl-extra.el --- a/lisp/emacs-lisp/cl-extra.el Mon May 16 15:24:53 2005 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Mon May 16 15:32:09 2005 +0000 @@ -61,7 +61,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."