diff options
author | Romain Francoise <romain@orebokech.com> | 2005-10-31 18:56:40 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-10-31 18:56:40 +0000 |
commit | 158a07a81a8aaf532be9ea558778a6cbe38628e3 (patch) | |
tree | 7fbebfa7de2d2f85849364386c49b6d43b551d74 /man/files.texi | |
parent | ac8c0cce68f1ab2c16e16167ed030b623b18791a (diff) | |
download | emacs-158a07a81a8aaf532be9ea558778a6cbe38628e3.tar.gz |
* files.texi (Compressed Files): Fix typo.
* buffers.texi (Misc Buffer): Downcase `*shell*'.
* windows.texi (Force Same Window): Likewise.
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 9a5afc5551c..b42bf52fb39 100644 --- a/man/files.texi +++ b/man/files.texi @@ -3084,7 +3084,7 @@ support them, this command is not defined. @pindex gzip Emacs automatically uncompresses compressed files when you visit -them, and automatically recompress them if you alter them and save +them, and automatically recompresses them if you alter them and save them. Emacs recognizes compressed files by their file names. File names ending in @samp{.gz} indicate a file compressed with @code{gzip}. Other endings indicate other compression programs. |