From a6cab228d4d1a82a80eac81b057857a230eef0b5 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 7 Jul 2024 17:40:31 +0200 Subject: ; Fix typos --- lisp/emacs-lisp/byte-run.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/byte-run.el') diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index 2fa646f2531..75cfc7b32d3 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -334,7 +334,7 @@ This is used by `declare'.") (f (apply (car f) name arglist (cdr x))) ;; Yuck!! ((and (featurep 'cl) - (memq (car x) ;C.f. cl--do-proclaim. + (memq (car x) ;Cf. cl--do-proclaim. '(special inline notinline optimize warn))) (push (list 'declare x) cl-decls) nil) -- cgit v1.2.3