emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0b9631836a: ; * doc/emacs/mini.texi (Completion Commands): Fix ma


From: Eli Zaretskii
Subject: master 0b9631836a: ; * doc/emacs/mini.texi (Completion Commands): Fix markup.
Date: Sat, 16 Apr 2022 12:37:22 -0400 (EDT)

branch: master
commit 0b9631836a28752ea682896cd18d51f16ca51b93
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 6012d2f280..20282d5378 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]