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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Tue, 16 Nov 2004 12:33:27 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.52 emacs/lispref/minibuf.texi:1.53
*** emacs/lispref/minibuf.texi:1.52     Fri Oct 29 21:23:08 2004
--- emacs/lispref/minibuf.texi  Tue Nov 16 17:27:48 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]