From 0b9631836a28752ea682896cd18d51f16ca51b93 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Apr 2022 19:37:00 +0300 Subject: [PATCH] ; * doc/emacs/mini.texi (Completion Commands): Fix markup. --- doc/emacs/mini.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5