X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/af3c30cb283811135d9a1136fa5072e6922410a9..8e39b2e837bb3de939eda51074b6c6f95aaef5f2:/lisp/emacs-lisp/testcover.el diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el index 2f168180cf..4c83e7e2e0 100644 --- a/lisp/emacs-lisp/testcover.el +++ b/lisp/emacs-lisp/testcover.el @@ -28,7 +28,7 @@ ;; * Use `testcover-mark-all' to add overlay "splotches" to the Lisp file's ;; buffer to show where coverage is lacking. Normally, a red splotch ;; indicates the form was never evaluated; a brown splotch means it always -;; evaluted to the same value. +;; evaluated to the same value. ;; * Use `testcover-next-mark' (bind it to a key!) to jump to the next spot ;; that has a splotch.