summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-21 14:39:36 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-21 14:39:36 +0000
commita5743acc05a500b9746f8815dd4d3c6bddf2c931 (patch)
tree93b7b09625a86e24290c55a5176fba9eb08a8cfd /lisp
parent159a489504006dc15625b4eddfc4d02b0fb53162 (diff)
downloademacs-a5743acc05a500b9746f8815dd4d3c6bddf2c931.tar.gz
(describe-function): Fix previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help.el3
1 files changed, 2 insertions, 1 deletions
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)