From: Eli Zaretskii Date: Mon, 3 Jul 2023 13:14:45 +0000 (+0300) Subject: ; Fix documentation of minibuffer-completion commands X-Git-Tag: emacs-29.1-rc1~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8da2091362d106bedd282e25ff8f14df29399619;p=emacs.git ; Fix documentation of minibuffer-completion commands * doc/emacs/mini.texi (Completion Commands): Index more keys and commands. (Bug#64425) --- diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index c2e13adb08f..201d4e5941d 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -383,18 +383,27 @@ used with the completion list: @table @kbd @vindex minibuffer-completion-auto-choose +@kindex M-DOWN +@kindex M-UP +@kindex M-RET +@findex minibuffer-next-completion +@findex minibuffer-previous-completion +@findex minibuffer-choose-completion @item M-@key{DOWN} @itemx M-@key{UP} -While in the minibuffer, these keys navigate through the completions -displayed in the completions buffer. When +While in the minibuffer, @kbd{M-@key{DOWN}} +(@code{minibuffer-next-completion} and @kbd{M-@key{UP}} +(@code{minibuffer-previous-completion}) navigate through the +completions and displayed in the completions buffer. When @code{minibuffer-completion-auto-choose} is non-@code{nil} (which is the default), using these commands also inserts the current completion candidate into the minibuffer. If @code{minibuffer-completion-auto-choose} is @code{nil}, you can use -the @kbd{M-@key{RET}} command to insert the completion candidates into -the minibuffer. By default, that exits the minibuffer, but with a -prefix argument, @kbd{C-u M-@key{RET}} inserts the currently active -candidate without exiting the minibuffer. +the @kbd{M-@key{RET}} command (@code{minibuffer-choose-completion}) to +insert the completion candidates into the minibuffer. By default, +that exits the minibuffer, but with a prefix argument, @kbd{C-u +M-@key{RET}} inserts the currently active candidate without exiting +the minibuffer. @findex switch-to-completions @item M-v