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
915b353d
Commit
915b353d
authored
Sep 08, 2001
by
Eli Zaretskii
Browse files
(Sets And Lists): Document member-ignore-case.
parent
3a420809
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
lispref/lists.texi
lispref/lists.texi
+7
-0
No files found.
lispref/lists.texi
View file @
915b353d
...
...
@@ -1227,6 +1227,13 @@ compare @var{object} against the elements of the list. For example:
@end example
@end defun
@defun member-ignore-case object list
This function is like @code{member}, except that it ignores
differences in letter-case and text representation: upper-case and
lower-case letters are treated as equal, and unibyte strings are
converted to multibyte prior to comparison.
@end defun
@defun delq object list
@cindex deletion of elements
This function destructively removes all elements @code{eq} to
...
...
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