diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-12 17:44:41 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-12 17:44:41 +0000 |
commit | ec8ec9cd035878f7515bcb767b2ef13b83b96f60 (patch) | |
tree | 1e85df116e603f9e8f8dda97797b5846a5bf9152 /man/files.texi | |
parent | fe19cf0910bf4eda9d87cbfc56815f472362b639 (diff) | |
download | emacs-ec8ec9cd035878f7515bcb767b2ef13b83b96f60.tar.gz |
(Visiting): Fix wording.
Diffstat (limited to 'man/files.texi')
-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 ad90a2758b2..6f38f18b1cb 100644 --- a/man/files.texi +++ b/man/files.texi @@ -177,7 +177,7 @@ Visit a file with no conversion of the contents. @cindex files, visiting and saving @cindex saving files - @dfn{Visiting} a file means copying its contents into an Emacs + @dfn{Visiting} a file means reading its contents into an Emacs buffer so you can edit them. Emacs makes a new buffer for each file that you visit. We often say that this buffer ``is visiting'' that file, or that the buffer's ``visited file'' is that file. Emacs |