branch: externals/assess commit e2e5f1cbbdeb4bdeb7a474f0ec1b038c3786b1ef Merge: 61771edab7 bafab950e7 Author: Phil Lord <phillip.l...@russet.org.uk> Commit: GitHub <nore...@github.com>
Merge pull request #6 from NicolasPetton/master Fix typos --- assess-robot.el | 2 +- assess.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assess-robot.el b/assess-robot.el index 7bc57fb0ce..ff9ea7148b 100644 --- a/assess-robot.el +++ b/assess-robot.el @@ -43,7 +43,7 @@ keyboard macros." (switch-to-buffer ,before-buffer))))) (defmacro assess-robot-with-temp-switched-buffer (&rest body) - "Evalate BODY in temporary buffer. + "Evaluate BODY in temporary buffer. As with `assess-robot-with-switched-buffer', `switch-to-buffer' is used." diff --git a/assess.el b/assess.el index 77ae4ab894..14b76ef363 100644 --- a/assess.el +++ b/assess.el @@ -35,7 +35,7 @@ ;; - explainer functions for all predicates giving useful output ;; - macros for creating many temporary buffers at once, and for restoring the ;; buffer list. -;; - methods for testing indentation, by comparision or "roundtripping". +;; - methods for testing indentation, by comparison or "round-tripping". ;; - methods for testing fontification. ;; Assess aims to be a stateless as possible, leaving Emacs unchanged whether