summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-06-22 16:20:46 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-06-22 19:02:08 +0100
commita9d9b66ebbf8a9797137c873bb2d194c529e9384 (patch)
tree6843229e10a5a70444c8aa68269281f6fdfc96e9 /etc
parentc4c531bbee86f45a18b2af168f705a3e53aa7327 (diff)
downloademacs-a9d9b66ebbf8a9797137c873bb2d194c529e9384.tar.gz
* lisp/emacs-lisp/package.el: Rename hide-obsolete to toggle-hiding
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bab1b41e759..b68a4b28c30 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -316,7 +316,7 @@ always respect that.
priority (as per `package-archive-priorities') only that one is
listed. This can be configured with `package-menu-hide-low-priority'.
-*** `package-menu-hide-obsolete' now toggles the hiding of packages.
+*** `package-menu-toggle-hiding' now toggles the hiding of packages.
This includes the above-mentioned low-priority packages, as well as
available packages whose version is lower than the currently installed
version (which were previously impossible to display).