Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4ea3cc0e
Commit
4ea3cc0e
authored
May 16, 2005
by
Juanma Barranquero
Browse files
(equalp): Doc fix.
parent
7c656cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/cl-extra.el
+1
-1
No files found.
lisp/emacs-lisp/cl-extra.el
View file @
4ea3cc0e
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment