26

Is there any function to do this? something like the inverse of "describe-key"?

Pedro Rolo
  • 28,273
  • 12
  • 60
  • 94

4 Answers4

32

Try the command where-is, for example:

M-x where-is find-file
Trey Jackson
  • 73,529
  • 11
  • 197
  • 229
16

You can try C-h w (it's bound to the where-is command).

Bozhidar Batsov
  • 55,802
  • 13
  • 100
  • 117
8

Type M-x describe-function or C-h f then type in the function name you want to know about. It will display the key bindings associated to it.

sawa
  • 165,429
  • 45
  • 277
  • 381
1

In Lugaru's Epsilon Emacs, it is "describe-command".

Buggieboy
  • 4,636
  • 4
  • 55
  • 79