From db2ed9f333879e5ac283fb48c8b06ed4022f0af9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 26 Oct 2022 22:41:09 +0200 Subject: ; Fix several symbol name typos --- lisp/emacs-lisp/byte-opt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/byte-opt.el') 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)) -- cgit v1.2.3