[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Calling describe-key within el file
From: |
Eli Zaretskii |
Subject: |
Re: Calling describe-key within el file |
Date: |
Mon, 05 Oct 2020 22:26:30 +0300 |
> From: Christopher Dimech <dimech@gmx.com>
> Date: Mon, 5 Oct 2020 21:08:44 +0200
> Sensitivity: Normal
>
> 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>")
Try
M-x C-h k <up>