Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 09 12:38:04 2009 +0100 +++ b/lisp/ChangeLog Mon Aug 10 16:22:09 2009 +0100 @@ -1,3 +1,10 @@ +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. + 2009-08-09 Aidan Kehoe <kehoea@parhasard.net> * faces.el (set-face-background-pixmap-file):