1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(Visiting): Document case-insensitive wildcard matching under

find-file-wildcards.
This commit is contained in:
Eli Zaretskii 2006-06-24 07:34:56 +00:00
parent eff6bfea7f
commit 3161cd2c68

View File

@ -289,13 +289,14 @@ Archives}, for more about these features.
@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 @samp{[@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}.
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
@samp{[@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