diff options
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 7894aafe20d..35473334baf 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -2614,7 +2614,7 @@ to their archives." (defcustom package-hidden-regexps nil "List of regexps matching the name of packages to hide. If the name of a package matches any of these regexps it is -omited from the package menu. To toggle this, type \\[package-menu-toggle-hiding]. +omitted from the package menu. To toggle this, type \\[package-menu-toggle-hiding]. Values can be interactively added to this list by typing \\[package-menu-hide-package] on a package" |