diff lisp/help.el @ 4443:e7b3a3266356

No doc special-case for autoloads; rely on on #'symbol-file instead. 2008-04-10 Aidan Kehoe <kehoea@parhasard.net> * help.el (describe-function-1): Rely on #'symbol-file to tell which file an autoloaded function belongs to, don't special-case them.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 10 Apr 2008 00:31:27 +0200
parents 4ba890988caa
children bd28481bb0e1
line wrap: on
line diff
--- a/lisp/help.el	Sat Apr 05 14:37:51 2008 +0200
+++ b/lisp/help.el	Thu Apr 10 00:31:27 2008 +0200
@@ -1424,8 +1424,6 @@
             (t
              nil)))
     (princ "\n")
-    (if autoload-file
-	(princ (format "  -- autoloads from \"%s\"\n" autoload-file)))
     (or file-name
 	(setq file-name (symbol-file function)))
     (when file-name