functions in hyperlink (Bug#2438).
+2009-03-28 Juri Linkov <juri@jurta.org>
+
+ * help-fns.el (describe-function-1): Correctly locate adviced
+ functions in hyperlink (Bug#2438).
+
2009-06-28 Chong Yidong <cyd@stupidchicken.com>
* files.el (trash-directory): Change default to nil.
(with-current-buffer standard-output
(save-excursion
(re-search-backward "`\\([^`']+\\)'" nil t)
- (help-xref-button 1 'help-function-def real-function file-name))))
+ (help-xref-button 1 'help-function-def function file-name))))
(princ ".")
(with-current-buffer (help-buffer)
(fill-region-as-paragraph (save-excursion (goto-char pt1) (forward-line 0) (point))