aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2020-02-08 11:38:52 +0200
committerEli Zaretskii2020-02-08 11:38:52 +0200
commit56b8768b32e9679d3f4f6e2070e9af8f9fc14ff1 (patch)
tree641ff92cbf67f757d74f2b4e2b1ce18082ba27b0 /doc
parentb2e27d8617ad727c578763445d240962828a872c (diff)
downloademacs-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.texi7
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
178Permanently hide packages that match a regexp 178Hide packages whose names match a regexp
179(@code{package-menu-hide-package}). 179(@code{package-menu-hide-package}). This prompts for a regexp, and
180then hides the packages with matching names. The default value of the
181regexp will hide only the package whose name is at point, so just
182pressing @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)}