comparison 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
comparison
equal deleted inserted replaced
4334:234b2c136e4d 4335:4ba890988caa
1 2007-12-18 Aidan Kehoe <kehoea@parhasard.net>
2
3 * help.el (describe-function-1):
4 Give details of bindings for commands, taking into account
5 global-window-system-map and global-tty-map when bindings differ
6 compared to the global map.
7
1 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> 8 2007-12-17 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * subr.el (integer-to-bit-vector): New. 10 * subr.el (integer-to-bit-vector): New.
4 * subr.el (bit-vector-to-integer): New. 11 * subr.el (bit-vector-to-integer): New.
5 Provide naive implementations using the Lisp reader for these. 12 Provide naive implementations using the Lisp reader for these.