]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minibuffer Completion): When ignoring case,
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 2004 17:27:48 +0000 (17:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 2004 17:27:48 +0000 (17:27 +0000)
predicate must not be case-sensitive.

lispref/minibuf.texi

index 1b076c5837d22a1fab2386226a46e150a5cd832c..3ac750d76a1afb7b84afbe7a18e7a690333b44fe 100644 (file)
@@ -841,9 +841,11 @@ Methods}) and the setting of @code{enable-multibyte-characters}
 (@pxref{Text Representations}) from whichever buffer was current before
 entering the minibuffer.
 
-Completion ignores case when comparing the input against the possible
-matches, if the built-in variable @code{completion-ignore-case} is
-non-@code{nil}.  @xref{Basic Completion}.
+If the built-in variable @code{completion-ignore-case} is
+non-@code{nil}, completion ignores case when comparing the input
+against the possible matches.  @xref{Basic Completion}.  In this mode
+of operation, @var{predicate} must also ignore case, or you will get
+surprising results.
 
 Here's an example of using @code{completing-read}: