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

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

[elpa] externals/dash b92ab5a 175/316: Merge branch 'zaeph/fix-typo'


From: ELPA Syncer
Subject: [elpa] externals/dash b92ab5a 175/316: Merge branch 'zaeph/fix-typo'
Date: Mon, 15 Feb 2021 15:57:52 -0500 (EST)

branch: externals/dash
commit b92ab5a39b987e4fe69317b9d9fda452300baf20
Merge: 732d92e feea52d
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Merge branch 'zaeph/fix-typo'
    
    Closes #340.
---
 dash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index 1fc2ec8..d0da129 100644
--- a/dash.el
+++ b/dash.el
@@ -1581,7 +1581,7 @@ and when that result is non-nil, through the next form, 
etc."
                  ,@more))))
 
 (defmacro -some--> (x &optional form &rest more)
-  "When expr in non-nil, thread it through the first form (via `-->'),
+  "When expr is non-nil, thread it through the first form (via `-->'),
 and when that result is non-nil, through the next form, etc."
   (declare (debug ->)
            (indent 1))



reply via email to

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