Index: emacs/lisp/emacs-lisp/cl-extra.el diff -c emacs/lisp/emacs-lisp/cl-extra.el:1.26 emacs/lisp/emacs-lisp/cl-extra.el:1.27 *** emacs/lisp/emacs-lisp/cl-extra.el:1.26 Mon Sep 1 15:45:20 2003 --- emacs/lisp/emacs-lisp/cl-extra.el Mon May 16 15:32:09 2005 *************** *** 61,67 **** ;;; Predicates. (defun equalp (x y) ! "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." --- 61,67 ---- ;;; Predicates. (defun equalp (x y) ! "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."
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
