changeset 10196:b3ba0a974d14

(describe-function): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Dec 1994 14:39:36 +0000
parents 68e113512fa4
children 66681eddfd70
files lisp/help.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Wed Dec 21 14:38:59 1994 +0000
+++ b/lisp/help.el	Wed Dec 21 14:39:36 1994 +0000
@@ -446,7 +446,8 @@
 	      (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)