/[emacs]/emacs/lispref/minibuf.texi
ViewVC logotype

Diff of /emacs/lispref/minibuf.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29.2.13 by miles, Thu Nov 4 13:12:43 2004 UTC revision 1.29.2.14 by miles, Wed Dec 8 23:31:36 2004 UTC
# Line 841  Methods}) and the setting of @code{enabl Line 841  Methods}) and the setting of @code{enabl
841  (@pxref{Text Representations}) from whichever buffer was current before  (@pxref{Text Representations}) from whichever buffer was current before
842  entering the minibuffer.  entering the minibuffer.
843    
844  Completion ignores case when comparing the input against the possible  If the built-in variable @code{completion-ignore-case} is
845  matches, if the built-in variable @code{completion-ignore-case} is  non-@code{nil}, completion ignores case when comparing the input
846  non-@code{nil}.  @xref{Basic Completion}.  against the possible matches.  @xref{Basic Completion}.  In this mode
847    of operation, @var{predicate} must also ignore case, or you will get
848    surprising results.
849    
850  Here's an example of using @code{completing-read}:  Here's an example of using @code{completing-read}:
851    

Legend:
Removed from v.1.29.2.13  
changed lines
  Added in v.1.29.2.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26