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

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

Re: Lookup the key-bindings of a function


From: Tassilo Horn
Subject: Re: Lookup the key-bindings of a function
Date: Mon, 06 Oct 2008 13:10:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Nordlöw <per.nordlow@gmail.com> writes:

Hi!

> How can I lookup, if present, the key-bindings bound to a function?

,----[ C-h k C-h w ]
| C-h w runs the command where-is, which is an interactive compiled Lisp 
function
| in `help.el'.
| 
| It is bound to C-h w, <f1> w, <help> w.
| 
| (where-is definition &optional insert)
| 
| Print message listing key sequences that invoke the command definition.
| Argument is a command definition, usually a symbol with a function definition.
| If insert (the prefix arg) is non-nil, insert the message in the buffer.
`----

Bye,
Tassilo





reply via email to

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