changeset 62409:45f10c2912d3

(equalp): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 May 2005 15:32:09 +0000
parents 1c8187822a22
children 216a7e756ba3
files lisp/emacs-lisp/cl-extra.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."