From: Eli Zaretskii Date: Sat, 16 Apr 2022 16:37:00 +0000 (+0300) Subject: ; * doc/emacs/mini.texi (Completion Commands): Fix markup. X-Git-Tag: emacs-29.0.90~1931^2~505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b9631836a28752ea682896cd18d51f16ca51b93;p=emacs.git ; * doc/emacs/mini.texi (Completion Commands): Fix markup. --- diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 6012d2f280a..20282d53784 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -379,8 +379,8 @@ used with the completion list: @table @kbd @vindex minibuffer-completion-auto-choose -@item M- -@itemx @key{M-} +@item M-@key{DOWN} +@itemx M-@key{UP} @findex previous-completion @findex next-completion These keys will navigate through the completions displayed in the @@ -389,8 +389,8 @@ non-@code{nil} (which is the default), using these commands will automatically insert the current completion candidate in the minibuffer. If this user option is @code{nil}, the keys will navigate the same way as before, but won't automatically insert the candidate -in the minibuffer. Instead you have to use the @key{M-RET} command to -do that. With a prefix argument, @key{C-u M-RET} inserts the +in the minibuffer. Instead you have to use the @kbd{M-@key{RET}} command to +do that. With a prefix argument, @kbd{C-u M-@key{RET}} inserts the currently active candidate to the minibuffer, but doesn't exit the minibuffer.