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