From 8da2091362d106bedd282e25ff8f14df29399619 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 3 Jul 2023 16:14:45 +0300 Subject: [PATCH] ; Fix documentation of minibuffer-completion commands * doc/emacs/mini.texi (Completion Commands): Index more keys and commands. (Bug#64425) --- doc/emacs/mini.texi | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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 -- 2.39.2