aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-06-24 07:34:56 +0000
committerEli Zaretskii2006-06-24 07:34:56 +0000
commit3161cd2c6821287d8688156f111902fa660c65cd (patch)
tree1046f83e327514baea03459e6de983fda3a4ee77
parenteff6bfea7fa8af2122dfd2f386dd6254da690a33 (diff)
downloademacs-3161cd2c6821287d8688156f111902fa660c65cd.tar.gz
emacs-3161cd2c6821287d8688156f111902fa660c65cd.zip
(Visiting): Document case-insensitive wildcard matching under
find-file-wildcards.
-rw-r--r--man/files.texi15
1 files changed, 8 insertions, 7 deletions
diff --git a/man/files.texi b/man/files.texi
index 3eb413b4687..277625088ac 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -289,13 +289,14 @@ Archives}, for more about these features.
289@cindex wildcard characters in file names 289@cindex wildcard characters in file names
290@vindex find-file-wildcards 290@vindex find-file-wildcards
291 If the file name you specify contains shell-style wildcard 291 If the file name you specify contains shell-style wildcard
292characters, Emacs visits all the files that match it. Wildcards 292characters, Emacs visits all the files that match it. (On
293include @samp{?}, @samp{*}, and @samp{[@dots{}]} sequences. To enter 293case-insensitive filesystems, Emacs matches the wildcards disregarding
294the wild card @samp{?} in a file name in the minibuffer, you need to 294the letter case.) Wildcards include @samp{?}, @samp{*}, and
295type @kbd{C-q ?}. @xref{Quoted File Names}, for information on how to 295@samp{[@dots{}]} sequences. To enter the wild card @samp{?} in a file
296visit a file whose name actually contains wildcard characters. You 296name in the minibuffer, you need to type @kbd{C-q ?}. @xref{Quoted
297can disable the wildcard feature by customizing 297File Names}, for information on how to visit a file whose name
298@code{find-file-wildcards}. 298actually contains wildcard characters. You can disable the wildcard
299feature by customizing @code{find-file-wildcards}.
299 300
300 If you visit a file that the operating system won't let you modify, 301 If you visit a file that the operating system won't let you modify,
301or that is marked read-only, Emacs makes the buffer read-only too, so 302or that is marked read-only, Emacs makes the buffer read-only too, so