# HG changeset patch # User Richard M. Stallman # Date 788020776 0 # Node ID b3ba0a974d142a27b7c9765c558eb2954c9d450a # Parent 68e113512fa4a8e1fd8648f5ecaa7866070bffc0 (describe-function): Fix previous change. diff -r 68e113512fa4 -r b3ba0a974d14 lisp/help.el --- 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)