diff options
Diffstat (limited to 'test/lisp/emacs-lisp/cconv-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/cconv-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |