mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-19 04:10:18 -08:00
; * etc/NEWS: Announce the new behavior of 'C-h f'. (Bug#60252)
This commit is contained in:
parent
5a34e7c86c
commit
a0738e8ad1
1 changed files with 10 additions and 0 deletions
10
etc/NEWS
10
etc/NEWS
|
|
@ -265,6 +265,16 @@ controlled by the internal Emacs machinery led to low-contrast faces
|
||||||
in common default setups. Emacs now uses the same 'region' face on
|
in common default setups. Emacs now uses the same 'region' face on
|
||||||
Gtk and non-Gtk setups.
|
Gtk and non-Gtk setups.
|
||||||
|
|
||||||
|
---
|
||||||
|
** 'C-h f' and 'C-h x' may now require confirmation when you press RET.
|
||||||
|
If the text in the minibuffer cannot be completed to a single function
|
||||||
|
or command, typing RET will not automatically complete to the shortest
|
||||||
|
candidate, but will instead ask for confirmation. Typing TAB will
|
||||||
|
complete as much as possible, and another TAB will show all the
|
||||||
|
possible completions. This allows you to insist on the functions name
|
||||||
|
even if Help doesn't appear to know about it, by confirming with a
|
||||||
|
second RET.
|
||||||
|
|
||||||
** Dired
|
** Dired
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue