]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-function): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Dec 1994 14:39:36 +0000 (14:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Dec 1994 14:39:36 +0000 (14:39 +0000)
lisp/help.el

index c7bcf6652156c2a7a776e0f9c5095519ab0a9d88..41fe44a0f9ce59c3f32731dde259aa893b5cd3df 100644 (file)
@@ -446,7 +446,8 @@ C-w print information on absence of warranty for GNU Emacs."
              (princ " in `")
              ;; We used to add .el to the file name,
              ;; but that's completely wrong when the user used load-file.
-             (princ file))))
+             (princ file)
+             (princ "'"))))
       (princ ".")
       (terpri)
       (let ((arglist (cond ((byte-code-function-p def)