From 915b353d82ffa7f40e062d28ba5a8dc9e7ba1d6e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 8 Sep 2001 17:43:49 +0000 Subject: [PATCH] (Sets And Lists): Document member-ignore-case. --- lispref/lists.texi | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5