diff options
| author | Glenn Morris | 2020-06-17 08:47:53 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-06-17 08:47:53 -0700 |
| commit | 21b03faed44913ba0b0e3d54d2ffdb0ac067fae8 (patch) | |
| tree | 305caea08574a7d747e692e1ed1c023606502671 /test | |
| parent | 9682aa2f2493c89af1894ad2d52543d57f4958a5 (diff) | |
| parent | 229995ba2cd9f6d0a749a38c106cbfbfd04119a8 (diff) | |
| download | emacs-21b03faed44913ba0b0e3d54d2ffdb0ac067fae8.tar.gz emacs-21b03faed44913ba0b0e3d54d2ffdb0ac067fae8.zip | |
Merge from origin/emacs-27
229995ba2c (origin/emacs-27) Fix some Texinfo markup
01e86b9fdf Fix recentf typo in Emacs manual
cd4f75bb86 Rename default function to next-error-buffer-unnavigated-c...
1dff0a8949 * lisp/image-mode.el (image-toggle-display-image): Fix fit...
a71d1787f1 * doc/misc/tramp.texi (Predefined connection information):...
079b0dc430 Delete, don't kill, dir dir fragments in icomplete-fido-ba...
6cdecc2659 Revert markup change in with-coding-priority docs
22f4fba8a9 * lisp/emulation/cua-rect.el (cua--rectangle-region-insert...
6b9eac6759 * lisp/simple.el (shell-command-on-region): Fix docstring.
43ad7dc1af Clean up D-Bus documentation (bug#41744)
c43e5ed60d * lisp/image-mode.el (image-transform-original): New comma...
6eb18a950d Move tab-bar and tab-line faces to faces.el (part of bug#4...
# Conflicts:
# etc/NEWS
# lisp/simple.el
Diffstat (limited to 'test')
| -rw-r--r-- | test/manual/etags/tex-src/gzip.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/etags/tex-src/gzip.texi b/test/manual/etags/tex-src/gzip.texi index ea5f7f5879e..72c5c7e93b6 100644 --- a/test/manual/etags/tex-src/gzip.texi +++ b/test/manual/etags/tex-src/gzip.texi | |||
| @@ -148,7 +148,7 @@ input and writes the uncompressed data on standard output. @code{zcat} | |||
| 148 | will uncompress files that have the correct magic number whether they | 148 | will uncompress files that have the correct magic number whether they |
| 149 | have a @samp{.gz} suffix or not. | 149 | have a @samp{.gz} suffix or not. |
| 150 | 150 | ||
| 151 | @code{gzip} uses the Lempel-Ziv algorithm used in @code{zip} and PKZIP. | 151 | @code{gzip} uses the Lempel-Ziv algorithm used in @code{zip} and PKZIP@. |
| 152 | The amount of compression obtained depends on the size of the input and | 152 | The amount of compression obtained depends on the size of the input and |
| 153 | the distribution of common substrings. Typically, text such as source | 153 | the distribution of common substrings. Typically, text such as source |
| 154 | code or English is reduced by 60-70%. Compression is generally much | 154 | code or English is reduced by 60-70%. Compression is generally much |