aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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