describe-key
works for complete keys. How can I instead describe a prefix key?
For example, I'd like to be able to do something like this:
M-x describe-prefix-key C-x
And have it describe the keymap which C-x is bound to.
describe-key
works for complete keys. How can I instead describe a prefix key?
For example, I'd like to be able to do something like this:
M-x describe-prefix-key C-x
And have it describe the keymap which C-x is bound to.