comparison lisp/jka-compr.el @ 32497:447210134c3b

Doc fix.
author Miles Bader <miles@gnu.org>
date Sun, 15 Oct 2000 11:21:33 +0000
parents ffc41362f67e
children c33775f5049b
comparison
equal deleted inserted replaced
32496:bcdb8c8a0fb2 32497:447210134c3b
34 ;; with compressed files without modification. 34 ;; with compressed files without modification.
35 35
36 36
37 ;; INSTRUCTIONS: 37 ;; INSTRUCTIONS:
38 ;; 38 ;;
39 ;; To use jka-compr, simply load this package, and edit as usual. 39 ;; To use jka-compr, invoke the command `auto-compression-mode' (which
40 ;; Its operation should be transparent to the user (except for 40 ;; see), or customize the variable of the same name. Its operation
41 ;; messages appearing when a file is being compressed or 41 ;; should be transparent to the user (except for messages appearing when
42 ;; uncompressed). 42 ;; a file is being compressed or uncompressed).
43 ;; 43 ;;
44 ;; The variable, jka-compr-compression-info-list can be used to 44 ;; The variable, jka-compr-compression-info-list can be used to
45 ;; customize jka-compr to work with other compression programs. 45 ;; customize jka-compr to work with other compression programs.
46 ;; The default value of this variable allows jka-compr to work with 46 ;; The default value of this variable allows jka-compr to work with
47 ;; Unix compress and gzip. 47 ;; Unix compress and gzip.