Support lazy loading for autogenerated usage docstrings too (Bug#27748)
commit160295867de98241a16f2ede93da7e825ed4406b
authorNoam Postavsky <npostavs@gmail.com>
Sat, 19 Aug 2017 14:29:05 +0000 (19 10:29 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 31 Aug 2017 00:07:39 +0000 (30 20:07 -0400)
treebaaa7f79de77709485e799b2aa1067a44f17dc71
parentbc5d96a0b2a1dccf7eeeec459e40d21b54c977f4
Support lazy loading for autogenerated usage docstrings too (Bug#27748)

* lisp/emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
Consider any documentation that ended up in code as a docstring (e.g.,
autogenerated (fn ARG1 ARG2) type things), not just what the user
passed.
lisp/emacs-lisp/bytecomp.el