emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/assess 70c6d8c57d 70/95: Fix a few typos


From: ELPA Syncer
Subject: [elpa] externals/assess 70c6d8c57d 70/95: Fix a few typos
Date: Tue, 19 Jul 2022 15:57:34 -0400 (EDT)

branch: externals/assess
commit 70c6d8c57dbb9acb1df582289bc269016af20c2f
Author: Damien Cassou <damien@cassou.me>
Commit: Damien Cassou <damien@cassou.me>

    Fix a few typos
---
 assess.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/assess.el b/assess.el
index 14b76ef363..d4e8122868 100644
--- a/assess.el
+++ b/assess.el
@@ -171,7 +171,7 @@
 ;;     (buffer-string))
 ;; #+end_src
 
-;; ** Implementation
+;; *** Implementation
 
 ;; #+begin_src emacs-lisp
 (defmacro assess-with-preserved-buffer-list (&rest body)
@@ -238,7 +238,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.
 
@@ -303,7 +303,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
@@ -499,7 +499,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]