aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/files.texi9
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.
47file name. (Saving and reverting are exceptions; the buffer knows which 47file name. (Saving and reverting are exceptions; the buffer knows which
48file name to use for them.) You enter the file name using the 48file name to use for them.) You enter the file name using the
49minibuffer (@pxref{Minibuffer}). @dfn{Completion} is available, to make 49minibuffer (@pxref{Minibuffer}). @dfn{Completion} is available, to make
50it easier to specify long file names. @xref{Completion}. 50it easier to specify long file names. @xref{Completion}. When
51completing file names, Emacs ignores those whose file-name extensions
52appear 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
53if you type just @key{RET} to enter an empty argument. Normally the 56if 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
195defaulting and completion in the standard manner (@pxref{File Names}). 198defaulting and completion in the standard manner (@pxref{File Names}).
196While in the minibuffer, you can abort @kbd{C-x C-f} by typing @kbd{C-g}. 199While 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
201about 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