+2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * emacs-lisp/advice.el (ad-make-advised-docstring):
+ Add ad-advice-info text property to doc string.
+
2007-10-23 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-do-indent, f90-if-indent)
(if advice-docstring
(push advice-docstring paragraphs))))
(setq origdoc (if paragraphs
- ;; separate paragraphs with blank lines:
- (mapconcat 'identity (nreverse paragraphs) "\n\n")))
+ (propertize
+ ;; separate paragraphs with blank lines:
+ (mapconcat 'identity (nreverse paragraphs) "\n\n")
+ 'ad-advice-info function)))
(help-add-fundoc-usage origdoc usage)))
(defun ad-make-plain-docstring (function)