Submit the text in the minibuffer as the argument, possibly completing
first (@code{minibuffer-complete-and-exit}). @xref{Completion Exit}.
@item ?
-Display a list of completions (@code{minibuffer-completion-help}).
+Display a list of completions and a few useful key bindings
+(@code{minibuffer-completion-help}).
@item C-o
Cycle minibuffer input among possible completion candidates
(@code{minibuffer-cycle-completion}).
@kindex ? @r{(completion)}
@cindex completion list
- If @key{TAB} is unable to complete, it displays a list of matching
-completion alternatives (if there are any) in another window. You can
-display the same list with @kbd{?} (@code{minibuffer-completion-help}).
-The following commands can be used with the completion list:
+ If @key{TAB} is unable to complete, it displays in another window a
+list of matching completion alternatives (if there are any) and a few
+useful commands to select a completion candidate. You can display the
+same completion list and help with @kbd{?}
+(@code{minibuffer-completion-help}). The following commands can be used
+with the completion list:
@table @kbd
@vindex minibuffer-completion-auto-choose