* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2014 16:00:17 +0000 (12:00 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2014 16:00:17 +0000 (12:00 -0400)
commit049fac7c941e4b7afad0471c209dc15193460282
treec19fe03babc072525b5eddd0d137560c72c2d1f1
parentcaecb91c581d4ec0fc008a35005d8009f43087ee
* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
the docstring of functions advised before dumping.
* src/doc.c (store_function_docstring): Warn when we don't know where to
put a docstring.
(Fsubstitute_command_keys): Don't advertise the fact that
text-properties are dropped, since we think it's a bug that we'll fix
in 24.5.

Fixes: debbugs:16993
lisp/ChangeLog
lisp/emacs-lisp/nadvice.el
src/ChangeLog
src/doc.c