summaryrefslogtreecommitdiff
path: root/doc/misc/woman.texi
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2010-09-25 14:42:48 -0700
committerGlenn Morris <rgm@gnu.org>2010-09-25 14:42:48 -0700
commit4c96435152dd2b343057f80f995910ba806774e8 (patch)
tree9c83469359d36d5337c4fdc67148b108c2f47381 /doc/misc/woman.texi
parentcbdd0d58773f9deda0a714e8c165b5b18b0c9527 (diff)
downloademacs-4c96435152dd2b343057f80f995910ba806774e8.tar.gz
Add more xz compression support.
* doc/man/etags.1: xz compression is now supported. * doc/misc/woman.texi (Interface Options): xz compression is now supported. * lib-src/etags.c (compressors, print_language_names): Support xz compression. * lisp/eshell/em-ls.el (eshell-ls-archive-regexp): * lisp/eshell/esh-util.el (eshell-tar-regexp): * lisp/ibuffer.el (ibuffer-compressed-file-name-regexp): * lisp/info.el (Info-suffix-list): * lisp/international/mule.el (auto-coding-alist): * lisp/woman.el (woman-file-regexp, woman-file-compression-regexp): * lisp/progmodes/etags.el (tags-compression-info-list): Support xz compression.
Diffstat (limited to 'doc/misc/woman.texi')
-rw-r--r--doc/misc/woman.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi
index ba772c4b4a1..788c10b87dd 100644
--- a/doc/misc/woman.texi
+++ b/doc/misc/woman.texi
@@ -1121,8 +1121,8 @@ A regular match expression used to match compressed man file extensions
for which decompressors are available and handled by auto-compression
mode. It should begin with @code{\\.} and end with @code{\\'} and
@emph{must not} be optional. The default value is
-@code{"\\.\\(g?z\\|bz2\\)\\'"}, which matches the @code{gzip} and
-@code{bzip2} compression extensions.
+@code{"\\.\\(g?z\\|bz2\\|xz\\)\\'"}, which matches the @code{gzip},
+@code{bzip2}, and @code{xz} compression extensions.
@emph{Do not change this unless you are sure you know what you are doing!}