]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-shell): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Jan 2007 11:55:59 +0000 (11:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 27 Jan 2007 11:55:59 +0000 (11:55 +0000)
lisp/jka-compr.el

index b5fad3ee1ce32cb46d0b1f5c61711309fc172f31..8c107cc32712122427ca87111f97f031cd291011 100644 (file)
 ;; The default value of this variable allows jka-compr to work with
 ;; Unix compress and gzip.
 ;;
-;; If you are concerned about the stderr output of gzip and other
-;; compression/decompression programs showing up in your buffers, you
-;; should set the discard-error flag in the compression-info-list.
-;; This will cause the stderr of all programs to be discarded.
-;; However, it also causes emacs to call compression/uncompression
-;; programs through a shell (which is specified by jka-compr-shell).
-;; This may be a drag if, on your system, starting up a shell is
-;; slow.
-;;
 ;; If you don't want messages about compressing and decompressing
-;; to show up in the echo area, you can set the compress-name and
-;; decompress-name fields of the jka-compr-compression-info-list to
+;; to show up in the echo area, you can set the compress-msg and
+;; decompress-msg fields of the jka-compr-compression-info-list to
 ;; nil.
 
 
 
 (defcustom jka-compr-shell "sh"
   "*Shell to be used for calling compression programs.
-The value of this variable only matters if you want to discard the
-stderr of a compression/decompression program (see the documentation
-for `jka-compr-compression-info-list')."
+NOTE: Not used in MS-DOS and Windows systems."
   :type 'string
   :group 'jka-compr)