bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60252: 29.0.60; help-fns--describe-function-or-command-prompt asks f


From: Gregory Heytings
Subject: bug#60252: 29.0.60; help-fns--describe-function-or-command-prompt asks for confirmation
Date: Thu, 22 Dec 2022 21:32:50 +0000



With Emacs 28 when I type

C-h f RET set-face-a RET

I get a help window on ‘set-face-attribute’. Now I'm asked to [Confirm]. Kindly add some way to get the old behavior back.


I suggest

(define-key minibuffer-local-must-match-map (kbd "RET") 
#'minibuffer-force-complete-and-exit)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]