]> git.eshelyaron.com Git - emacs.git/commit
Mention minibuffer-next-completion in completion-help
authorSpencer Baugh <sbaugh@janestreet.com>
Mon, 3 Jul 2023 13:59:04 +0000 (09:59 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2023 09:52:21 +0000 (12:52 +0300)
commit567258ab4309a7406cd4087d28cd0e820b17e157
treeb07bcade44fb51a82569c9cf113681a43a502f82
parent375dac936fcca902874ecfd1c57b713581641725
Mention minibuffer-next-completion in completion-help

Now that it's not necessary to switch to the *Completions* buffer to
switch between and choose completions, we should make that clear in
the help text.  Let's also make the bindings uniform both in and
outside the *Completions* buffer so users don't have to think about
the difference.

In working with new users, they've assumed that since the help text in
*Completions* says "Click on a completion to select it", that that's
the only way to select a completion.  This text should help clarify
that.

* doc/emacs/mini.texi (Completion Commands): Document new bindings.
* lisp/simple.el (completion-list-mode-map): Bind
minibuffer-{next,previous,choose}-completion.
(completion-setup-function): Mention bindings for
minibuffer-{next,previous,choose}-completion. (Bug#64425)
doc/emacs/mini.texi
lisp/simple.el