diff options
| author | Juanma Barranquero | 2005-05-16 15:32:09 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-16 15:32:09 +0000 |
| commit | 4ea3cc0e17de84f331e9921623ca343d72882bf0 (patch) | |
| tree | 2f35be5aea9c368588fdeae31ce5a3e3ef887add | |
| parent | 7c656cd3c06fa16b9cff330061201edfcf23ed21 (diff) | |
| download | emacs-4ea3cc0e17de84f331e9921623ca343d72882bf0.tar.gz emacs-4ea3cc0e17de84f331e9921623ca343d72882bf0.zip | |
(equalp): Doc fix.
| -rw-r--r-- | lisp/emacs-lisp/cl-extra.el | 2 |
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. |
| 65 | This is like `equal', except that it accepts numerically equal | 65 | This is like `equal', except that it accepts numerically equal |
| 66 | numbers of different types (float vs. integer), and also compares | 66 | numbers of different types (float vs. integer), and also compares |
| 67 | strings case-insensitively." | 67 | strings case-insensitively." |