]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify (interactive "K") in the manual
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 16:36:29 +0000 (18:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 15 Jun 2021 16:36:34 +0000 (18:36 +0200)
* doc/lispref/commands.texi (Interactive Codes): Clarify
(interactive "K") (bug#37146).

doc/lispref/commands.texi

index 8199ece1101649ba7fc0573d7d51ea413b1ed314..f30419c3ee70d2bc3837203bda6d879c90d68047 100644 (file)
@@ -454,10 +454,13 @@ This kind of input is used by commands such as @code{describe-key} and
 @code{global-set-key}.
 
 @item K
-A key sequence, whose definition you intend to change.  This works like
-@samp{k}, except that it suppresses, for the last input event in the key
-sequence, the conversions that are normally used (when necessary) to
-convert an undefined key into a defined one.
+A key sequence on a form that can be used as input to functions like
+@code{define-key}.  This works like @samp{k}, except that it
+suppresses, for the last input event in the key sequence, the
+conversions that are normally used (when necessary) to convert an
+undefined key into a defined one (@pxref{Key Sequence Input}), so this
+form is usually used when prompting for a new key sequence that is to
+be bound to a command.
 
 @item m
 @cindex marker argument