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

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

[elpa] externals/compat bde913b310 1/2: Fix typo in the documentation st


From: ELPA Syncer
Subject: [elpa] externals/compat bde913b310 1/2: Fix typo in the documentation string for compat-and-let*
Date: Sat, 9 Apr 2022 15:57:21 -0400 (EDT)

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

    Fix typo in the documentation string for compat-and-let*
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 890e6c5181..f89235708f 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1157,7 +1157,7 @@ being compared against."
    (compat--if-let (((= 5 6))) t nil)))
 
 (ert-deftest compat-and-let* ()
-  "Check if `compat--if-let*' was implemented properly."
+  "Check if `compat--and-let*' was implemented properly."
   (should                               ;trivial body
    (compat--and-let*
     ((x 3)



reply via email to

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