diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-12-06 16:56:30 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-12-06 16:56:30 +0200 |
commit | 2bd9d7bd0a5638cc1a5ca74cedc44ef059013f37 (patch) | |
tree | e1e34f296e72c0dbbac1731ab76a26823c632ade /etc/tutorials | |
parent | 4d93859c871be523e58d21a5138a63a76dc4df39 (diff) | |
download | emacs-2bd9d7bd0a5638cc1a5ca74cedc44ef059013f37.tar.gz emacs-2bd9d7bd0a5638cc1a5ca74cedc44ef059013f37.tar.bz2 emacs-2bd9d7bd0a5638cc1a5ca74cedc44ef059013f37.zip |
; * etc/tutorials/TUTORIAL: Minor wording change in recent addition.
Diffstat (limited to 'etc/tutorials')
-rw-r--r-- | etc/tutorials/TUTORIAL | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index a43c5af45f5..cbb333470a0 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL @@ -1102,14 +1102,14 @@ The manual also describes many other Emacs features. * INSTALLING PACKAGES --------------------- -Emacs has a rich set of packages written by the community, which -extends Emacs' capabilities. These features include support for new -languages, additional themes, plugins for integrating with external -applications and much, much more. +There's a rich set of packages for Emacs written by the community, +which extend Emacs' capabilities. These packages include support for +new languages, additional themes, plugins for integrating with +external applications, and much, much more. To see a list of all available packages, type M-x list-packages. In -this mode, you can install or uninstall packages, as well as read -packages' descriptions. For more information about package +the display this shows, you can install or uninstall packages, as well +as read packages' descriptions. For more information about package management, consult the manual. |