diff options
| author | Eli Zaretskii | 2020-02-08 11:38:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-02-08 11:38:52 +0200 |
| commit | 56b8768b32e9679d3f4f6e2070e9af8f9fc14ff1 (patch) | |
| tree | 641ff92cbf67f757d74f2b4e2b1ce18082ba27b0 /doc | |
| parent | b2e27d8617ad727c578763445d240962828a872c (diff) | |
| download | emacs-56b8768b32e9679d3f4f6e2070e9af8f9fc14ff1.tar.gz emacs-56b8768b32e9679d3f4f6e2070e9af8f9fc14ff1.zip | |
More accurate documentation of 'package-menu-hide-package'
* doc/emacs/package.texi (Package Menu): Improve the description
of the 'H' command.
* lisp/emacs-lisp/package.el (package-menu-mode-menu): More
accurate wording of the help-echo string.
(package-menu-hide-package): Make the doc string more accurate.
(Bug#39436)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/package.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi index 1cac7f9b4b6..6bf4fc7e10c 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi | |||
| @@ -175,8 +175,11 @@ Clear filter currently applied to the package list | |||
| 175 | @item H | 175 | @item H |
| 176 | @kindex H @r{(Package Menu)} | 176 | @kindex H @r{(Package Menu)} |
| 177 | @findex package-menu-hide-package | 177 | @findex package-menu-hide-package |
| 178 | Permanently hide packages that match a regexp | 178 | Hide packages whose names match a regexp |
| 179 | (@code{package-menu-hide-package}). | 179 | (@code{package-menu-hide-package}). This prompts for a regexp, and |
| 180 | then hides the packages with matching names. The default value of the | ||
| 181 | regexp will hide only the package whose name is at point, so just | ||
| 182 | pressing @key{RET} to the prompt will hide the current package. | ||
| 180 | 183 | ||
| 181 | @item ( | 184 | @item ( |
| 182 | @kindex ( @r{(Package Menu)} | 185 | @kindex ( @r{(Package Menu)} |