Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.104 emacs/man/files.texi:1.105
*** emacs/man/files.texi:1.104 Tue Apr 26 10:48:17 2005
--- emacs/man/files.texi Sat Apr 30 20:34:01 2005
***************
*** 3030,3046 ****
@cindex mode, Auto Compression
@pindex gzip
! @findex auto-compression-mode
! @vindex auto-compression-mode
! Emacs comes with a library that can automatically uncompress
! compressed files when you visit them, and automatically recompress them
! if you alter them and save them. To enable this feature, type the
! command @kbd{M-x auto-compression-mode}. You can enable it permanently
! by customizing the variable @code{auto-compression-mode}.
!
! When automatic compression (which implies automatic uncompression as
! well) is enabled, 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.
Automatic uncompression and compression apply to all the operations in
--- 3030,3039 ----
@cindex mode, Auto Compression
@pindex gzip
! Emacs automatically uncompresses compressed files when you visit
! them, and automatically recompress 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.
Automatic uncompression and compression apply to all the operations in
***************
*** 3048,3053 ****
--- 3041,3052 ----
saving it, inserting its contents into a buffer, loading it, and byte
compiling it.
+ @findex auto-compression-mode
+ @vindex auto-compression-mode
+ To disable this feature, type the command @kbd{M-x
+ auto-compression-mode}. You can disenable it permanently by
+ customizing the variable @code{auto-compression-mode}.
+
@node File Archives
@section File Archives
@cindex mode, tar
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs