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

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

describe-function: also tell about key bindings


From: Dan Jacobson
Subject: describe-function: also tell about key bindings
Date: 11 Jun 2001 18:32:02 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Would it be too inelegant to inform the user if there are any keys
bound for a function when doing describe-function?

I mean if one does
(describe-function (quote kill-rectangle))
one learns lots of stuff, but perhaps for the most important item,

kill-rectangle is on C-x r k

one must remember to also check with C-h w.
I'd say put it also on the first line of the C-h f output.

I mean often we are querying about commands that we think are minor
and probably aren't already bound to keys, and therefore wouldn't
double check with C-h w.  Therefore unexpected news of bindings would
be welcome.

[Also it seems that emacs doesn't have a single command that would gather
_all_ the documentation for something... [Help&Info&Keybindings...]]
-- 
http://www.geocities.com/jidanni Tel886-4-25854780 e-mail:restore .com.



reply via email to

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