summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-09-08 17:43:49 +0000
committerEli Zaretskii <eliz@gnu.org>2001-09-08 17:43:49 +0000
commit915b353d82ffa7f40e062d28ba5a8dc9e7ba1d6e (patch)
tree73fe7f0c955b4a97a0420c94c975246916bb59f9 /lispref
parent3a4208096f1e82d4295a5fb2ae19e7866d2407b1 (diff)
downloademacs-915b353d82ffa7f40e062d28ba5a8dc9e7ba1d6e.tar.gz
(Sets And Lists): Document member-ignore-case.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/lists.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index 5f16394ae12..1894fc3e15c 100644
--- a/lispref/lists.texi
+++ b/lispref/lists.texi
@@ -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