aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-08 17:43:49 +0000
committerEli Zaretskii2001-09-08 17:43:49 +0000
commit915b353d82ffa7f40e062d28ba5a8dc9e7ba1d6e (patch)
tree73fe7f0c955b4a97a0420c94c975246916bb59f9
parent3a4208096f1e82d4295a5fb2ae19e7866d2407b1 (diff)
downloademacs-915b353d82ffa7f40e062d28ba5a8dc9e7ba1d6e.tar.gz
emacs-915b353d82ffa7f40e062d28ba5a8dc9e7ba1d6e.zip
(Sets And Lists): Document member-ignore-case.
-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:
1227@end example 1227@end example
1228@end defun 1228@end defun
1229 1229
1230@defun member-ignore-case object list
1231This function is like @code{member}, except that it ignores
1232differences in letter-case and text representation: upper-case and
1233lower-case letters are treated as equal, and unibyte strings are
1234converted to multibyte prior to comparison.
1235@end defun
1236
1230@defun delq object list 1237@defun delq object list
1231@cindex deletion of elements 1238@cindex deletion of elements
1232This function destructively removes all elements @code{eq} to 1239This function destructively removes all elements @code{eq} to