summaryrefslogtreecommitdiff
path: root/debian-el.texi
diff options
context:
space:
mode:
authorXiyue Deng <manphiz@gmail.com>2023-07-06 21:38:06 +0000
committerXiyue Deng <manphiz@gmail.com>2023-10-03 11:50:35 -0700
commit573822bc2746d0bbe477ced50bd81b108ec51f8f (patch)
tree24c57b40ba761f0de57a743f891802fa5775750e /debian-el.texi
parent4433bc82c6f3b51c2b28e8af671f201fe04b1329 (diff)
Propose more debian-el documentation improvements.
* Use "decompress" instead of "uncompress". - The latter usually means a thing that has never been compressed, while the former is usually used to indicate the reverse of compressing. * Use "emacs" instead of "emacs21" in examples.
Diffstat (limited to 'debian-el.texi')
-rw-r--r--debian-el.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian-el.texi b/debian-el.texi
index 7300f54..3346ae0 100644
--- a/debian-el.texi
+++ b/debian-el.texi
@@ -79,7 +79,7 @@ APT is a package retrieval tool for Debian; for example you could
install Emacs with the command:
@example
- apt-get install emacs21
+ apt-get install emacs
@end example
and APT will then retrieve the package and install it for you. The
@@ -114,7 +114,7 @@ line, an identical 'deb-src' source line will be created.
Start things off using e.g.:
@example
-@kbd{M-x} apt-utils-show-package @key{RET} emacs21 @key{RET}
+@kbd{M-x} apt-utils-show-package @key{RET} emacs @key{RET}
@end example
Other packages (dependencies, conflicts etc) can be navigated using
@@ -280,7 +280,7 @@ You are shown two tar files in debview-mode (see tar-mode for help).
In the case of old .deb format files, the control info is shown
but not the other files of control.tar, such as install scripts.
Note that regular tar-mode commands @key{e}, @key{f} and @key{RETURN} show raw files
-without any special uncompressing or formatting.
+without any special decompressing or formatting.
Additional features that deb-view adds to tar-mode:
@table @samp
@@ -289,10 +289,10 @@ kill both view buffers (INFO and DATA) and return to the
dired buffer if that's where you executed deb-mode.
@item v
executes deb-view-tar-view instead of tar-view, with the
-additional smarts to uncompress .gz and .Z files for viewing.
+additional smarts to decompress .gz and .Z files for viewing.
@item N
Like in dired, formats man pages for viewing, with the
-additional smarts to uncompress .gz and .Z man files for viewing.
+additional smarts to decompress .gz and .Z man files for viewing.
@item W
use w3-mode to view an HTML file.
@end table