* lisp/help-fns.el (describe-function-1): Test for an autoload before a macro
authorGlenn Morris <rgm@gnu.org>
Mon, 5 May 2014 21:33:07 +0000 (17:33 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 5 May 2014 21:33:07 +0000 (17:33 -0400)
commit6da8d069757fd26ee537704a9f0dea24dc5e00b8
treeced4c72417f00aac34d6e40a8da67cfe07acf1ef
parente6025d7240197bfd47cf649c5976533da6869a6e
* lisp/help-fns.el (describe-function-1): Test for an autoload before a macro
since `macrop' works on autoloads.

* test/automated/help-fns.el: New file.

Fixes: debbugs:17410
lisp/ChangeLog
lisp/help-fns.el
test/ChangeLog
test/automated/help-fns.el [new file with mode: 0644]