diff options
| author | Glenn Morris | 2014-02-11 20:20:34 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-02-11 20:20:34 -0500 |
| commit | a215930cfe3c4f5ee7c4a9cde6486c41bcc0b45e (patch) | |
| tree | f0277c1555d49fecf0839ba55aa4d6c0bd568c3f /doc | |
| parent | 81bf542040dab0b67396323c5f78a425cfb886be (diff) | |
| download | emacs-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/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/package.texi | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org> | 7 | 2014-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 |
| 460 | package, and displays a help buffer describing the attributes of the | 460 | package, and displays a help buffer describing the attributes of the |
| 461 | package and the features that it implements. | 461 | package and the features that it implements. The buffer lists the |
| 462 | keywords that relate to the package in the form of buttons. Click on | ||
| 463 | a 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} | |||
| 126 | Refresh the package list (@code{package-menu-refresh}). This fetches | 126 | Refresh the package list (@code{package-menu-refresh}). This fetches |
| 127 | the list of available packages from the package archive again, and | 127 | the list of available packages from the package archive again, and |
| 128 | recomputes the package list. | 128 | recomputes the package list. |
| 129 | |||
| 130 | @item f | ||
| 131 | Filter the package list (@code{package-menu-filter}). This prompts | ||
| 132 | for a keyword (e.g., @samp{games}), then shows only the packages | ||
| 133 | that relate to that keyword. To restore the full package list, | ||
| 134 | type @kbd{q}. | ||
| 129 | @end table | 135 | @end table |
| 130 | 136 | ||
| 131 | @noindent | 137 | @noindent |