summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-opt.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-26 22:41:09 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-26 23:04:23 +0200
commitdb2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch)
tree5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/emacs-lisp/byte-opt.el
parentc716d0cf5692ab853c0eb5dc809c765207762cdb (diff)
downloademacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz
emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.bz2
emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.zip
; Fix several symbol name typos
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r--lisp/emacs-lisp/byte-opt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 5ef2d7fe827..a7e1df3622d 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -178,7 +178,7 @@ Earlier variables shadow later ones with the same name.")
;; be displayed when the function's source file will be
;; compiled anyway, but more importantly we would otherwise
;; emit spurious warnings here because we don't have the full
- ;; context, such as `declare-functions' placed earlier in the
+ ;; context, such as `declare-function's placed earlier in the
;; source file's code or `with-suppressed-warnings' that
;; surrounded the `defsubst'.
(byte-compile-warnings nil))