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

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

[elpa] externals/assess e57945bb84 75/95: Merge pull request #9 from Dam


From: ELPA Syncer
Subject: [elpa] externals/assess e57945bb84 75/95: Merge pull request #9 from DamienCassou/typos
Date: Tue, 19 Jul 2022 15:57:35 -0400 (EDT)

branch: externals/assess
commit e57945bb844600a8db041b56477141252b5573a4
Merge: 190eab03d7 70c6d8c57d
Author: Phil Lord <phillip.lord@russet.org.uk>
Commit: GitHub <noreply@github.com>

    Merge pull request #9 from DamienCassou/typos
    
    Fix a few typos
---
 assess.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/assess.el b/assess.el
index 2876e3fefc..fdde8174de 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)
@@ -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.
 
@@ -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
@@ -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



reply via email to

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