summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-30 12:49:40 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-30 12:49:40 +0200
commit2f0ed2280e0075c68ab9b110068bf5395fe256e3 (patch)
treef5c44b50106f09495c4431ebcc72e106faafec73 /etc
parent274fcfa8508dd50a975aa891ee9376e389a1af19 (diff)
downloademacs-2f0ed2280e0075c68ab9b110068bf5395fe256e3.tar.gz
Add find-function-setup-keys bindings for find-library commands
* lisp/emacs-lisp/find-func.el (find-function-setup-keys): Add `L' bindings for the find-library family of commands (bug#51240).
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 1ec9603640d..0dc76746554 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -314,6 +314,11 @@ startup. Previously, these functions ignored
* Changes in Emacs 29.1
+** New bindings in 'find-function-setup-keys' for 'find-library'.
+When 'find-function-setup-keys' is enabled, 'C-x L' is now bound to
+'find-library', 'C-x 4 L' is now bound to 'find-library-other-window'
+and 'C-x 5 L' is now bound to 'find-library-other-frame'.
+
+++
** New key binding after 'M-x' or 'M-X': 'M-X'.
Emacs allows different completion predicates to be used with 'M-x'