aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-12-23 13:32:18 +0200
committerEli Zaretskii2022-12-23 13:32:18 +0200
commita0738e8ad1384e40c8eebca41b16a0b5125d625b (patch)
tree067b75e195f7e29e44d716c1a82e2ea8ffa19231
parent5a34e7c86ca1bfd5bc6ae362ae25c02d21ec0315 (diff)
downloademacs-a0738e8ad1384e40c8eebca41b16a0b5125d625b.tar.gz
emacs-a0738e8ad1384e40c8eebca41b16a0b5125d625b.zip
; * etc/NEWS: Announce the new behavior of 'C-h f'. (Bug#60252)
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e844596347..5ce3e21e8bf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -265,6 +265,16 @@ controlled by the internal Emacs machinery led to low-contrast faces
265in common default setups. Emacs now uses the same 'region' face on 265in common default setups. Emacs now uses the same 'region' face on
266Gtk and non-Gtk setups. 266Gtk and non-Gtk setups.
267 267
268---
269** 'C-h f' and 'C-h x' may now require confirmation when you press RET.
270If the text in the minibuffer cannot be completed to a single function
271or command, typing RET will not automatically complete to the shortest
272candidate, but will instead ask for confirmation. Typing TAB will
273complete as much as possible, and another TAB will show all the
274possible completions. This allows you to insist on the functions name
275even if Help doesn't appear to know about it, by confirming with a
276second RET.
277
268** Dired 278** Dired
269 279
270--- 280---