]> git.eshelyaron.com Git - emacs.git/commit
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)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 18:06:08 +0000 (19:06 +0100)
commit87fd0082abc051ecb2a085842e5d56a05a7faf30
tree5484c270c236169bd084b3adf4fa68c2b937d87e
parent526f4a8d1b2ae826332ccaf60ef5688022217aac
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)

(cherry picked from commit b5d36efa5777e4cc6db1067d58224d676cedbdd3)
lisp/simple.el