help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Calling describe-key within el file


From: Gregory Heytings
Subject: Re: Calling describe-key within el file
Date: Mon, 05 Oct 2020 19:13:33 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)



In Emacs, I can get a description of a keybinding combination by using "M-x describe-key".

Is it possible to call something like

(describe-key "M-x <up>")


Yes: (describe-key (kbd "M-x <up>"))



reply via email to

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