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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi [lexbind]
Date: Wed, 08 Dec 2004 19:34:14 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.29.2.13 
emacs/lispref/minibuf.texi:1.29.2.14
*** emacs/lispref/minibuf.texi:1.29.2.13        Thu Nov  4 13:12:43 2004
--- emacs/lispref/minibuf.texi  Wed Dec  8 23:31:36 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]