comparison man/files.texi @ 59798:0816b427495a

Don't say just "option" when talking about variables.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Jan 2005 11:23:17 +0000
parents 0319769cd289
children c76d899e9718 fa9654493afb
comparison
equal deleted inserted replaced
59797:55b6b84bb3c1 59798:0816b427495a
2977 @vindex auto-compression-mode 2977 @vindex auto-compression-mode
2978 Emacs comes with a library that can automatically uncompress 2978 Emacs comes with a library that can automatically uncompress
2979 compressed files when you visit them, and automatically recompress them 2979 compressed files when you visit them, and automatically recompress them
2980 if you alter them and save them. To enable this feature, type the 2980 if you alter them and save them. To enable this feature, type the
2981 command @kbd{M-x auto-compression-mode}. You can enable it permanently 2981 command @kbd{M-x auto-compression-mode}. You can enable it permanently
2982 by customizing the option @code{auto-compression-mode}. 2982 by customizing the variable @code{auto-compression-mode}.
2983 2983
2984 When automatic compression (which implies automatic uncompression as 2984 When automatic compression (which implies automatic uncompression as
2985 well) is enabled, Emacs recognizes compressed files by their file names. 2985 well) is enabled, Emacs recognizes compressed files by their file names.
2986 File names ending in @samp{.gz} indicate a file compressed with 2986 File names ending in @samp{.gz} indicate a file compressed with
2987 @code{gzip}. Other endings indicate other compression programs. 2987 @code{gzip}. Other endings indicate other compression programs.