diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-15 06:30:29 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-15 06:30:29 +0200 |
commit | 75372c6c4e356d01ffa3a839cf65244dca3a909c (patch) | |
tree | 1042a914da91917f45d737e25d3044cf91d8598a /doc/emacs/mini.texi | |
parent | 4bee89b73fb105ae28d72abbf4dbdedb4b77e11f (diff) | |
parent | 9d0dba44da7ac83d018fff3c26d33dac12ebd806 (diff) | |
download | emacs-75372c6c4e356d01ffa3a839cf65244dca3a909c.tar.gz emacs-75372c6c4e356d01ffa3a839cf65244dca3a909c.tar.bz2 emacs-75372c6c4e356d01ffa3a839cf65244dca3a909c.zip |
Merge from origin/emacs-28
9d0dba44da ; * doc/lispintro/emacs-lisp-intro.texi: Fix typo.
0e336fa51f ; Improve documentation of minibuffer history wrt completion
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 |