emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/files.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/files.texi,v
Date: Sat, 24 Jun 2006 07:34:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/06/24 07:34:56

Index: files.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/files.texi,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -b -r1.148 -r1.149
--- files.texi  20 May 2006 19:08:02 -0000      1.148
+++ files.texi  24 Jun 2006 07:34:56 -0000      1.149
@@ -289,13 +289,14 @@
 @cindex wildcard characters in file names
 @vindex find-file-wildcards
   If the file name you specify contains shell-style wildcard
-characters, Emacs visits all the files that match it.  Wildcards
-include @samp{?}, @samp{*}, and @address@hidden sequences.  To enter
-the wild card @samp{?} in a file name in the minibuffer, you need to
-type @kbd{C-q ?}.  @xref{Quoted File Names}, for information on how to
-visit a file whose name actually contains wildcard characters.  You
-can disable the wildcard feature by customizing
address@hidden
+characters, Emacs visits all the files that match it.  (On
+case-insensitive filesystems, Emacs matches the wildcards disregarding
+the letter case.)  Wildcards include @samp{?}, @samp{*}, and
address@hidden@dots{}]} sequences.  To enter the wild card @samp{?} in a file
+name in the minibuffer, you need to type @kbd{C-q ?}.  @xref{Quoted
+File Names}, for information on how to visit a file whose name
+actually contains wildcard characters.  You can disable the wildcard
+feature by customizing @code{find-file-wildcards}.
 
   If you visit a file that the operating system won't let you modify,
 or that is marked read-only, Emacs makes the buffer read-only too, so




reply via email to

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