emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/minibuf.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi [emacs-unicode-2]
Date: Fri, 19 Nov 2004 02:16:30 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.36.2.9 emacs/lispref/minibuf.texi:1.36.2.10
*** emacs/lispref/minibuf.texi:1.36.2.9 Thu Nov  4 08:55:38 2004
--- emacs/lispref/minibuf.texi  Fri Nov 19 06:54:56 2004
***************
*** 841,849 ****
  (@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
! address@hidden  @xref{Basic Completion}.
  
  Here's an example of using @code{completing-read}:
  
--- 841,851 ----
  (@pxref{Text Representations}) from whichever buffer was current before
  entering the minibuffer.
  
! If the built-in variable @code{completion-ignore-case} is
! address@hidden, 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}:
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]