aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-11 20:20:34 -0500
committerGlenn Morris2014-02-11 20:20:34 -0500
commita215930cfe3c4f5ee7c4a9cde6486c41bcc0b45e (patch)
treef0277c1555d49fecf0839ba55aa4d6c0bd568c3f /doc
parent81bf542040dab0b67396323c5f78a425cfb886be (diff)
downloademacs-a215930cfe3c4f5ee7c4a9cde6486c41bcc0b45e.tar.gz
emacs-a215930cfe3c4f5ee7c4a9cde6486c41bcc0b45e.zip
Some package doc updates
* doc/emacs/help.texi (Package Keywords): Mention describe-package buttons. * doc/emacs/package.texi (Package Menu): Mention package-menu-filter. * lisp/emacs-lisp/package.el (package-menu-mode-map): Tweak menu. (package-menu-filter): Rename from package-menu-filter-interactive. Doc fix. * etc/NEWS: Related edits. Copyedit.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog6
-rw-r--r--doc/emacs/help.texi4
-rw-r--r--doc/emacs/package.texi6
3 files changed, 15 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 034322117d9..0a17567865d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,9 @@
12014-02-12 Glenn Morris <rgm@gnu.org>
2
3 * help.texi (Package Keywords): Mention describe-package buttons.
4
5 * package.texi (Package Menu): Mention package-menu-filter.
6
12014-02-11 Lars Ingebrigtsen <larsi@gnus.org> 72014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2 8
3 * text.texi (Editing Format Info): Use @samp for menus (bug#13736). 9 * text.texi (Editing Format Info): Use @samp for menus (bug#13736).
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 5eac4d8d985..11694191f9c 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -458,7 +458,9 @@ buffer (@pxref{Package Menu}).
458@kindex C-h P 458@kindex C-h P
459 @kbd{C-h P} (@code{describe-package}) prompts for the name of a 459 @kbd{C-h P} (@code{describe-package}) prompts for the name of a
460package, and displays a help buffer describing the attributes of the 460package, and displays a help buffer describing the attributes of the
461package and the features that it implements. 461package and the features that it implements. The buffer lists the
462keywords that relate to the package in the form of buttons. Click on
463a button to see other packages related to that keyword.
462 464
463@node Language Help 465@node Language Help
464@section Help for International Language Support 466@section Help for International Language Support
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index aba63d4337a..dee1210086c 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -126,6 +126,12 @@ dependencies; also, delete all packages marked with @kbd{d}
126Refresh the package list (@code{package-menu-refresh}). This fetches 126Refresh the package list (@code{package-menu-refresh}). This fetches
127the list of available packages from the package archive again, and 127the list of available packages from the package archive again, and
128recomputes the package list. 128recomputes the package list.
129
130@item f
131Filter the package list (@code{package-menu-filter}). This prompts
132for a keyword (e.g., @samp{games}), then shows only the packages
133that relate to that keyword. To restore the full package list,
134type @kbd{q}.
129@end table 135@end table
130 136
131@noindent 137@noindent