From 033071692c7cd1cd550d25170d4b3168668567ac Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 15 Dec 2022 02:41:20 +0100 Subject: ; Fix typos --- test/lisp/emacs-lisp/cconv-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lisp/emacs-lisp/cconv-tests.el') diff --git a/test/lisp/emacs-lisp/cconv-tests.el b/test/lisp/emacs-lisp/cconv-tests.el index e666fe0a4c2..537f6bfe721 100644 --- a/test/lisp/emacs-lisp/cconv-tests.el +++ b/test/lisp/emacs-lisp/cconv-tests.el @@ -60,7 +60,7 @@ "cl-defun documentation")) (should (eq (cconv-tests-cl-defun) 'cl-defun-result))) -;; FIXME: The byte-complier croaks on this. See Bug#28557. +;; FIXME: The byte-compiler croaks on this. See Bug#28557. ;; (defmacro cconv-tests-defmacro () ;; (:documentation (concat "defmacro" " documentation")) ;; '(quote defmacro-result)) @@ -70,7 +70,7 @@ ;; "defmacro documentation")) ;; (should (eq (cconv-tests-defmacro) 'defmacro-result))) -;; FIXME: The byte-complier croaks on this. See Bug#28557. +;; FIXME: The byte-compiler croaks on this. See Bug#28557. ;; (cl-defmacro cconv-tests-cl-defmacro () ;; (:documentation (concat "cl-defmacro" " documentation")) ;; '(quote cl-defmacro-result)) -- cgit v1.2.3