From a5743acc05a500b9746f8815dd4d3c6bddf2c931 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Dec 1994 14:39:36 +0000 Subject: [PATCH] (describe-function): Fix previous change. --- lisp/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5