]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/testcover.el
Merge changes from emacs-23
[gnu-emacs] / lisp / emacs-lisp / testcover.el
index 2f168180cf6b6420447a19adcab13932f1eb6e76..4c83e7e2e0dc244d8cbfe0d043b02b3baffc12ae 100644 (file)
@@ -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.