From: Richard M. Stallman Date: Wed, 21 Dec 1994 14:39:36 +0000 (+0000) Subject: (describe-function): Fix previous change. X-Git-Tag: emacs-19.34~5660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5743acc05a500b9746f8815dd4d3c6bddf2c931;p=emacs.git (describe-function): Fix previous change. --- diff --git a/lisp/help.el b/lisp/help.el index c7bcf665215..41fe44a0f9c 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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)