comparison lisp/ChangeLog @ 4671:e9b88e997479

Deal with arglist newlines better, #'function-arglist, #'function-documentation lisp/ChangeLog addition: 2009-08-10 Aidan Kehoe <kehoea@parhasard.net> * help.el (function-arglist, function-documentation): Deal more gracefully with tabs in the function arglist; in function-documentation, when stripping the arglist, pay attention to the fact that they may span multiple lines.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 10 Aug 2009 16:22:09 +0100
parents 5a54ce6dc945
children 11d71be1c232
comparison
equal deleted inserted replaced
4670:5a54ce6dc945 4671:e9b88e997479
1 2009-08-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * help.el (function-arglist, function-documentation):
4 Deal more gracefully with tabs in the function arglist; in
5 function-documentation, when stripping the arglist, pay attention
6 to the fact that they may span multiple lines.
7
1 2009-08-09 Aidan Kehoe <kehoea@parhasard.net> 8 2009-08-09 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * faces.el (set-face-background-pixmap-file): 10 * faces.el (set-face-background-pixmap-file):
4 Remove some extra parentheses revealed by change set 7757334005ae. 11 Remove some extra parentheses revealed by change set 7757334005ae.
5 12