changeset 10195:68e113512fa4

(describe-function): Don't add `.el' when printing file name.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Dec 1994 14:38:59 +0000
parents d59e8878ccca
children b3ba0a974d14
files lisp/help.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Tue Dec 20 23:05:23 1994 +0000
+++ b/lisp/help.el	Wed Dec 21 14:38:59 1994 +0000
@@ -444,8 +444,9 @@
 	(if file
 	    (progn
 	      (princ " in `")
-	      (princ file)
-	      (princ ".el'"))))
+	      ;; We used to add .el to the file name,
+	      ;; but that's completely wrong when the user used load-file.
+	      (princ file))))
       (princ ".")
       (terpri)
       (let ((arglist (cond ((byte-code-function-p def)