mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(equalp): Doc fix.
This commit is contained in:
parent
7c656cd3c0
commit
4ea3cc0e17
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue