summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-07-07 17:40:31 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-07-18 11:46:50 +0200
commita6cab228d4d1a82a80eac81b057857a230eef0b5 (patch)
treebbc971630e7e1fe64bbaff948bf3cc0553f60841 /lisp/emacs-lisp/byte-run.el
parent41dc28244f238739ce5c8f0c25a3d6d66992dd54 (diff)
downloademacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.tar.gz
emacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.tar.bz2
emacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.zip
; Fix typos
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r--lisp/emacs-lisp/byte-run.el2
1 files changed, 1 insertions, 1 deletions
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)