diff options
| -rw-r--r-- | man/files.texi | 15 |
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 |
| 292 | characters, Emacs visits all the files that match it. Wildcards | 292 | characters, Emacs visits all the files that match it. (On |
| 293 | include @samp{?}, @samp{*}, and @samp{[@dots{}]} sequences. To enter | 293 | case-insensitive filesystems, Emacs matches the wildcards disregarding |
| 294 | the wild card @samp{?} in a file name in the minibuffer, you need to | 294 | the letter case.) Wildcards include @samp{?}, @samp{*}, and |
| 295 | type @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 |
| 296 | visit a file whose name actually contains wildcard characters. You | 296 | name in the minibuffer, you need to type @kbd{C-q ?}. @xref{Quoted |
| 297 | can disable the wildcard feature by customizing | 297 | File Names}, for information on how to visit a file whose name |
| 298 | @code{find-file-wildcards}. | 298 | actually contains wildcard characters. You can disable the wildcard |
| 299 | feature 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, |
| 301 | or that is marked read-only, Emacs makes the buffer read-only too, so | 302 | or that is marked read-only, Emacs makes the buffer read-only too, so |