diff options
| -rw-r--r-- | man/files.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/files.texi b/man/files.texi index dd6f7a5fd55..12420b84b46 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -47,7 +47,10 @@ on file directories. | |||
| 47 | file name. (Saving and reverting are exceptions; the buffer knows which | 47 | file name. (Saving and reverting are exceptions; the buffer knows which |
| 48 | file name to use for them.) You enter the file name using the | 48 | file name to use for them.) You enter the file name using the |
| 49 | minibuffer (@pxref{Minibuffer}). @dfn{Completion} is available, to make | 49 | minibuffer (@pxref{Minibuffer}). @dfn{Completion} is available, to make |
| 50 | it easier to specify long file names. @xref{Completion}. | 50 | it easier to specify long file names. @xref{Completion}. When |
| 51 | completing file names, Emacs ignores those whose file-name extensions | ||
| 52 | appear in the variable @code{completion-ignored-extensions}, see | ||
| 53 | @ref{Completion Options}. | ||
| 51 | 54 | ||
| 52 | For most operations, there is a @dfn{default file name} which is used | 55 | For most operations, there is a @dfn{default file name} which is used |
| 53 | if you type just @key{RET} to enter an empty argument. Normally the | 56 | if you type just @key{RET} to enter an empty argument. Normally the |
| @@ -193,7 +196,9 @@ the command with the name of the file you wish to visit, terminated by a | |||
| 193 | 196 | ||
| 194 | The file name is read using the minibuffer (@pxref{Minibuffer}), with | 197 | The file name is read using the minibuffer (@pxref{Minibuffer}), with |
| 195 | defaulting and completion in the standard manner (@pxref{File Names}). | 198 | defaulting and completion in the standard manner (@pxref{File Names}). |
| 196 | While in the minibuffer, you can abort @kbd{C-x C-f} by typing @kbd{C-g}. | 199 | While in the minibuffer, you can abort @kbd{C-x C-f} by typing |
| 200 | @kbd{C-g}. File-name completion ignores certain filenames; for more | ||
| 201 | about this, see @ref{Completion Options}. | ||
| 197 | 202 | ||
| 198 | @cindex file selection dialog | 203 | @cindex file selection dialog |
| 199 | When Emacs is built with a suitable GUI toolkit, it pops up the | 204 | When Emacs is built with a suitable GUI toolkit, it pops up the |