; 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:
parent
72fc7258bf
commit
0e336fa51f
1 changed files with 7 additions and 4 deletions
|
@ -648,11 +648,14 @@ and if @code{one-column}, just use a single column.
|
|||
@section Minibuffer History
|
||||
@cindex minibuffer history
|
||||
@cindex history of minibuffer input
|
||||
@cindex completion, walking through candidates
|
||||
|
||||
Every argument that you enter with the minibuffer is saved in a
|
||||
@dfn{minibuffer history list} so you can easily use it again later.
|
||||
You can use the following arguments to quickly fetch an earlier
|
||||
argument into the minibuffer:
|
||||
Everything you type in the minibuffer is saved in a @dfn{minibuffer
|
||||
history list} so you can easily use it again later. This includes
|
||||
completion candidates (such as file names, buffer names, command
|
||||
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
|
||||
@item M-p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue