Mention key-description' as inverse of
kbd' (Bug#30942)
* lisp/subr.el (kbd): Add `key-description' as inverse of `kbd' in the doc.
This commit is contained in:
parent
e50196e8a9
commit
3bc1e2f0ac
1 changed files with 3 additions and 1 deletions
|
@ -774,7 +774,9 @@ side-effects, and the argument LIST is not modified."
|
||||||
KEYS should be a string in the format returned by commands such
|
KEYS should be a string in the format returned by commands such
|
||||||
as `C-h k' (`describe-key').
|
as `C-h k' (`describe-key').
|
||||||
This is the same format used for saving keyboard macros (see
|
This is the same format used for saving keyboard macros (see
|
||||||
`edmacro-mode')."
|
`edmacro-mode').
|
||||||
|
|
||||||
|
For an approximate inverse of this, see `key-description'."
|
||||||
;; Don't use a defalias, since the `pure' property is only true for
|
;; Don't use a defalias, since the `pure' property is only true for
|
||||||
;; the calling convention of `kbd'.
|
;; the calling convention of `kbd'.
|
||||||
(read-kbd-macro keys))
|
(read-kbd-macro keys))
|
||||||
|
|
Loading…
Add table
Reference in a new issue