]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-function): Don't add `.el' when printing file name.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Dec 1994 14:38:59 +0000 (14:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Dec 1994 14:38:59 +0000 (14:38 +0000)
lisp/help.el

index 0bb57ab61d321ecf97b9d2ffc45a0b72a658fc5f..c7bcf6652156c2a7a776e0f9c5095519ab0a9d88 100644 (file)
@@ -444,8 +444,9 @@ C-w print information on absence of warranty for GNU Emacs."
        (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)