Skip to content

Commit

Permalink
Merge pull request #9 from DamienCassou/typos
Browse files Browse the repository at this point in the history
Fix a few typos
  • Loading branch information
phillord authored Dec 2, 2016
2 parents 190eab0 + 70c6d8c commit e57945b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assess.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
;; (buffer-string))
;; #+end_src

;; ** Implementation
;; *** Implementation

;; #+begin_src emacs-lisp
(defmacro assess-with-preserved-buffer-list (&rest body)
Expand Down Expand Up @@ -243,7 +243,7 @@ See `assess-to-string' for the meaning of type-appropriate."

;; ** Types

;; Many tests on files or buffers actually end up being string comparision.
;; Many tests on files or buffers actually end up being string comparison.
;; In many cases, we want to compare the *contents* of a buffer to, for example,
;; the *contents* of a file.

Expand Down Expand Up @@ -308,7 +308,7 @@ FILE can be either a string, or a plist returned by
(_ (error "Type not recognised"))))
;; #+end_src

;; ** Entity Comparision
;; ** Entity Comparison

;; In this section, we provide support for comparing strings, buffer or file
;; contents. The main entry point is `assess=', which works like `string=' but
Expand Down Expand Up @@ -504,7 +504,7 @@ automatically. See `assess=' for more information."
;; the only notable exception to this is those features which depend on the
;; current working directory (dir-local variables, for example).

;; `assess-make-related-file' provides a simple method for doing this. For
;; ~assess-make-related-file~ provides a simple method for doing this. For
;; example, this form will return exactly the contents of ~my-test-file.el~, even
;; if that file is current open in the current Emacs (even if the buffer has not
;; been saved). Likewise, a test opening this file could be run in a batch Emacs
Expand Down

0 comments on commit e57945b

Please sign in to comment.