summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEshel Yaron <me@eshelyaron.com>2023-04-07 13:09:59 +0300
committerEli Zaretskii <eliz@gnu.org>2023-04-24 14:42:00 +0300
commit2ef6f943abd41747aa733c0f51e08dfd44ddb82a (patch)
tree157ab9e890a0a9f06feb3823c791739556e26da7 /etc
parent62e4eb8fcf71a852117b372809bd4a7953f9b679 (diff)
downloademacs-2ef6f943abd41747aa733c0f51e08dfd44ddb82a.tar.gz
Add option to control default outlining in 'C-h b'
* lisp/help.el (describe-bindings-outline-rules): New user option. (describe-bindings): Use it instead of hardcoding "Key translations". (Bug#62708)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ca529be7aa1..4c5f50e343e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -30,6 +30,11 @@ applies, and please also update docstrings as needed.
* Changes in Emacs 30.1
+---
+** New user option 'describe-bindings-outline-rules'.
+This user option controls outline visibility in the output buffer of
+'describe-bindings' when 'describe-bindings-outline' in non-nil.
+
** X selection requests are now handled much faster and asynchronously.
This means it should be less necessary to disable the likes of
'select-active-regions' when Emacs is running over a slow network