Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5173:bd1e25975cdc
Use #'function-arglist, etc. from help.el, not reimplementing them, hyper-apropos
2010-03-29 Aidan Kehoe <kehoea@parhasard.net>
* hyper-apropos.el (hyper-apropos-get-doc):
Use help.el's #'function-arglist, #'function-documentation,
#'symbol-file in this function, instead of rolling our own.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 29 Mar 2010 18:49:33 +0100 |
parents | be6e5ea38dda |
children | 97eb4942aec8 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 29 00:11:03 2010 -0500 +++ b/lisp/ChangeLog Mon Mar 29 18:49:33 2010 +0100 @@ -1,3 +1,9 @@ +2010-03-29 Aidan Kehoe <kehoea@parhasard.net> + + * hyper-apropos.el (hyper-apropos-get-doc): + Use help.el's #'function-arglist, #'function-documentation, + #'symbol-file in this function, instead of rolling our own. + 2010-03-25 Ben Wing <ben@xemacs.org> * diagnose.el (show-memory-usage):