diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-07-03 15:49:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-07-03 15:49:14 +0000 |
commit | bc5fba524ec067fc2db8372178df353ac647086d (patch) | |
tree | 194a3462a7b0ea447b7ffd08d032de2bf7155387 /man | |
parent | 9f4e54c8250f335104c93f67ce12d09e8ad55877 (diff) | |
download | emacs-bc5fba524ec067fc2db8372178df353ac647086d.tar.gz |
(Visiting): filename -> file name.
Diffstat (limited to 'man')
-rw-r--r-- | man/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi index 277625088ac..80ea3f78dc4 100644 --- a/man/files.texi +++ b/man/files.texi @@ -213,7 +213,7 @@ the command with the name of the file you wish to visit, terminated by a The file name is read using the minibuffer (@pxref{Minibuffer}), with defaulting and completion in the standard manner (@pxref{File Names}). While in the minibuffer, you can abort @kbd{C-x C-f} by typing -@kbd{C-g}. File-name completion ignores certain filenames; for more +@kbd{C-g}. File-name completion ignores certain file names; for more about this, see @ref{Completion Options}. Your confirmation that @kbd{C-x C-f} has completed successfully is |