]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention M-x list-packages in the Help node in the Emacs manual
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 3 Sep 2022 12:46:21 +0000 (14:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 3 Sep 2022 12:46:21 +0000 (14:46 +0200)
* doc/emacs/help.texi (Help): Mention listing packages
(bug#50936).

doc/emacs/help.texi

index d206dee385917e45a8e3055c1e58905d9c8be9c5..84b082825c2c81d60ccc428896e3b9eda1a7b6f7 100644 (file)
@@ -47,7 +47,7 @@ window displaying the @samp{*Help*} buffer will be reused instead.
   If you are looking for a certain feature, but don't know what it is
 called or where to look, we recommend three methods.  First, try an
 apropos command, then try searching the manual index, then look in the
-FAQ and the package keywords.
+FAQ and the package keywords, and finally try listing external packages.
 
 @table @kbd
 @item C-h a @var{topics} @key{RET}
@@ -70,6 +70,9 @@ This displays the Emacs FAQ, using Info.
 @item C-h p
 This displays the available Emacs packages based on keywords.
 @xref{Package Keywords}.
+
+@item M-x list-packages
+This displays a list of external packages.  @xref{Packages}.
 @end table
 
   @kbd{C-h} or @key{F1} mean ``help'' in various other contexts as