]> git.eshelyaron.com Git - emacs.git/commitdiff
(equalp): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 May 2005 15:32:09 +0000 (15:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 May 2005 15:32:09 +0000 (15:32 +0000)
lisp/emacs-lisp/cl-extra.el

index bfd21e27d05ba253c2d1297c6bb858bc4ae32860..727e45b12895919e58e1520b08a9dd053d62ff81 100644 (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."