From feea52d128bce9b79329c948e4aae3cb511faebf Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Thu, 30 Jul 2020 00:10:24 +0200 Subject: [PATCH] Fix typo * dash.el (-some-->): Fix typo. Copyright-paperwork-exempt: yes --- 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))