diff options
author | Alexander Gramiak <agrambot@gmail.com> | 2019-06-24 15:54:36 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-06-24 16:08:12 +0200 |
commit | f9afe8a97eb2b75adf53bb0d7cf2e4f12eb1b3d6 (patch) | |
tree | dd8056f4f0b40fa27c217ea2419a4bfbfb854eb4 /doc/man | |
parent | 65d45def8d71e50d111adf1141011a5d30a27447 (diff) | |
download | emacs-f9afe8a97eb2b75adf53bb0d7cf2e4f12eb1b3d6.tar.gz emacs-f9afe8a97eb2b75adf53bb0d7cf2e4f12eb1b3d6.tar.bz2 emacs-f9afe8a97eb2b75adf53bb0d7cf2e4f12eb1b3d6.zip |
Add Zstandard compression support for etags
* lib-src/etags.c: (compressors): Add zstd support.
(print_language_names): Report zstd support.
* doc/man/etags.1: Update doc.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/etags.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1 index 7cc501cc496..d1453ca969a 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -64,7 +64,7 @@ Files specified with absolute file names will be recorded with absolute file names. Files generated from a source file\-\-like a C file generated from a source Cweb file\-\-will be recorded with the name of the source file. -Compressed files are supported using gzip, bzip2, and xz. +Compressed files are supported using gzip, bzip2, xz, and zstd. The programs recognize the language used in an input file based on its file name and contents. The \fB\-\-language\fP switch can be used to force parsing of the file names following the switch according to the given |