; Improve documentation of minibuffer history wrt completion

* doc/emacs/mini.texi (Minibuffer History): Mention explicitly
that minibuffer history is related also to completion candidates.
Improve indexing.  (Bug#57163)
This commit is contained in:
Eli Zaretskii 2022-08-14 08:51:44 +03:00
parent 72fc7258bf
commit 0e336fa51f

View file

@ -648,11 +648,14 @@ and if @code{one-column}, just use a single column.
@section Minibuffer History @section Minibuffer History
@cindex minibuffer history @cindex minibuffer history
@cindex history of minibuffer input @cindex history of minibuffer input
@cindex completion, walking through candidates
Every argument that you enter with the minibuffer is saved in a Everything you type in the minibuffer is saved in a @dfn{minibuffer
@dfn{minibuffer history list} so you can easily use it again later. history list} so you can easily use it again later. This includes
You can use the following arguments to quickly fetch an earlier completion candidates (such as file names, buffer names, command
argument into the minibuffer: names, etc.@:) and any other kind of minibuffer input. You can use
the following commands to quickly fetch an earlier or alternative
response into the minibuffer:
@table @kbd @table @kbd
@item M-p @item M-p