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

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

[elpa] externals/compat 9034bcc0ac 05/27: Fix broken markup in some deft


From: ELPA Syncer
Subject: [elpa] externals/compat 9034bcc0ac 05/27: Fix broken markup in some deftest docstrings
Date: Sat, 5 Mar 2022 04:57:27 -0500 (EST)

branch: externals/compat
commit 9034bcc0ac5f76e0c28fd95fc8d72d886eebbaad
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Fix broken markup in some deftest docstrings
---
 compat-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compat-tests.el b/compat-tests.el
index 9bbd0e4891..a116571ab2 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1398,7 +1398,7 @@ the compatibility function."
     (compat--should nil (make-string 1 ?x))))
 
 (ert-deftest compat-string-remove-prefix ()
-  "Check if `compat--string-remove-prefix was implemented properly."
+  "Check if `compat--string-remove-prefix' was implemented properly."
   (compat-test string-remove-prefix
     (compat--should "" "" "")
     (compat--should "a" "" "a")
@@ -1411,7 +1411,7 @@ the compatibility function."
     (compat--should "aabbcc" "dd" "aabbcc")))
 
 (ert-deftest compat-string-remove-suffix ()
-  "Check if `compat--string-remove-suffix was implemented properly."
+  "Check if `compat--string-remove-suffix' was implemented properly."
   (compat-test string-remove-suffix
     (compat--should "" "" "")
     (compat--should "a" "" "a")



reply via email to

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