diff options
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 4e71793b66e..e71d653210a 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -734,11 +734,14 @@ highlighting. This feature uses the special text property @section Minibuffer History @cindex minibuffer history @cindex history of minibuffer input - - 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: +@cindex completion, walking through candidates + + 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 |