* dash.el (-some-->): Fix typo.

Copyright-paperwork-exempt: yes
master
Leo Vivier 6 years ago committed by Basil L. Contovounesios
parent 732d92eac5
commit feea52d128
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 2
      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))

Loading…
Cancel
Save