From: Eli Zaretskii Date: Sat, 8 Sep 2001 17:43:49 +0000 (+0000) Subject: (Sets And Lists): Document member-ignore-case. X-Git-Tag: emacs-pretest-21.0.106~187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=915b353d82ffa7f40e062d28ba5a8dc9e7ba1d6e;p=emacs.git (Sets And Lists): Document member-ignore-case. --- 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