summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-04-16 19:37:00 +0300
committerEli Zaretskii <eliz@gnu.org>2022-04-16 19:37:00 +0300
commit0b9631836a28752ea682896cd18d51f16ca51b93 (patch)
tree57509cff4e9a886bcfe39e08e97f3b105ebd231b
parent9b0940420e811ab7d819db9e6ad841591a60b873 (diff)
downloademacs-0b9631836a28752ea682896cd18d51f16ca51b93.tar.gz
; * doc/emacs/mini.texi (Completion Commands): Fix markup.
-rw-r--r--doc/emacs/mini.texi8
1 files 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-<down>
-@itemx @key{M-<up>}
+@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.