1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

(equalp): Doc fix.

This commit is contained in:
Juanma Barranquero 2005-05-16 15:32:09 +00:00
parent 7c656cd3c0
commit 4ea3cc0e17

View file

@ -61,7 +61,7 @@ TYPE is a Common Lisp type specifier."
;;; 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."