Update minibuffer-show-help based on minibuffer-visible-completions
authorSpencer Baugh <sbaugh@janestreet.com>
Wed, 24 Jan 2024 16:10:40 +0000 (11:10 -0500)
committerJuri Linkov <juri@linkov.net>
Thu, 25 Jan 2024 07:49:50 +0000 (09:49 +0200)
commitb5d36efa5777e4cc6db1067d58224d676cedbdd3
tree0ab349b3ea852a306c23f28260d449aadcf25a09
parent28c9c7cf464c87e90567f8b0e04f854163aa6187
Update minibuffer-show-help based on minibuffer-visible-completions

minibuffer-visible-completions makes some more convenient bindings
available, but the help shown by minibuffer-show-help wasn't
suggesting them.  Now it is.

* lisp/simple.el (completion-setup-function): Change help text when
minibuffer-visible-completions is non-nil. (bug#68689)
lisp/simple.el