1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(describe-function): Fix previous change.

This commit is contained in:
Richard M. Stallman 1994-12-21 14:39:36 +00:00
parent 159a489504
commit a5743acc05

View File

@ -446,7 +446,8 @@ C-w print information on absence of warranty for GNU Emacs."
(princ " in `") (princ " in `")
;; We used to add .el to the file name, ;; We used to add .el to the file name,
;; but that's completely wrong when the user used load-file. ;; but that's completely wrong when the user used load-file.
(princ file)))) (princ file)
(princ "'"))))
(princ ".") (princ ".")
(terpri) (terpri)
(let ((arglist (cond ((byte-code-function-p def) (let ((arglist (cond ((byte-code-function-p def)