aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/cl-extra.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el
index bfd21e27d05..727e45b1289 100644
--- a/lisp/emacs-lisp/cl-extra.el
+++ b/lisp/emacs-lisp/cl-extra.el
@@ -61,7 +61,7 @@ TYPE is a Common Lisp type specifier."
61;;; Predicates. 61;;; Predicates.
62 62
63(defun equalp (x y) 63(defun equalp (x y)
64 "T if two Lisp objects have similar structures and contents. 64 "Return t if two Lisp objects have similar structures and contents.
65This is like `equal', except that it accepts numerically equal 65This is like `equal', except that it accepts numerically equal
66numbers of different types (float vs. integer), and also compares 66numbers of different types (float vs. integer), and also compares
67strings case-insensitively." 67strings case-insensitively."