Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5514:9d519ab9fd68
Be a little better about deciding when to add CL docstring argument info.
2011-05-29 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (cl-transform-lambda):
Move the code to decide whether to add argument information to the
docstring a little later, so the information about what the
function's docstring ends up being is a little more exact.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 29 May 2011 18:17:09 +0100 |
parents | cf2733b1ff4b |
children | bcd74c477a38 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 27 14:31:56 2011 +0100 +++ b/lisp/ChangeLog Sun May 29 18:17:09 2011 +0100 @@ -1,3 +1,10 @@ +2011-05-29 Aidan Kehoe <kehoea@parhasard.net> + + * cl-macs.el (cl-transform-lambda): + Move the code to decide whether to add argument information to the + docstring a little later, so the information about what the + function's docstring ends up being is a little more exact. + 2011-05-27 Aidan Kehoe <kehoea@parhasard.net> * modeline.el (make-modeline-command-wrapper):