]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/mini.texi (Completion Commands): Fix markup.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Apr 2022 16:37:00 +0000 (19:37 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Apr 2022 16:37:00 +0000 (19:37 +0300)
doc/emacs/mini.texi

index 6012d2f280acf76b944ee01c04dde65f5d9587e5..20282d53784305be14c586923ddc30cccc744208 100644 (file)
@@ -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.