[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Calling describe-key within el file
From: |
Christopher Dimech |
Subject: |
Re: Calling describe-key within el file |
Date: |
Mon, 5 Oct 2020 21:16:34 +0200 |
Fantastic
Cheers C*
> Sent: Monday, October 05, 2020 at 8:13 PM
> From: "Gregory Heytings via Users list for the GNU Emacs text editor"
> <help-gnu-emacs@gnu.org>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Calling describe-key within el file
>
>
> >
> > 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>"))
>
>