Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4335:4ba890988caa
Within #'describe-function, say what commands are bound to.
2007-12-18 Aidan Kehoe <kehoea@parhasard.net>
* help.el (describe-function-1):
Give details of bindings for commands, taking into account
global-window-system-map and global-tty-map when bindings differ
compared to the global map.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 18 Dec 2007 21:28:12 +0100 |
parents | d9eb5ea14f65 |
children | 89954a8cc73d |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 18 19:44:28 2007 +0100 +++ b/lisp/ChangeLog Tue Dec 18 21:28:12 2007 +0100 @@ -1,3 +1,10 @@ +2007-12-18 Aidan Kehoe <kehoea@parhasard.net> + + * help.el (describe-function-1): + Give details of bindings for commands, taking into account + global-window-system-map and global-tty-map when bindings differ + compared to the global map. + 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> * subr.el (integer-to-bit-vector): New.