Merge PR #414 from w08r/master

master
Basil L. Contovounesios 2 years ago
commit 1de9dcb83e
No known key found for this signature in database
GPG Key ID: 598403058CAFA86C
  1. 2
      README.md
  2. 2
      dash.el
  3. 2
      dash.texi

@ -2507,7 +2507,7 @@ Starting with the value of `x`, thread each expression through `forms`.
Insert `x` at the position signified by the symbol `it` in the first Insert `x` at the position signified by the symbol `it` in the first
form. If there are more forms, insert the first form at the position form. If there are more forms, insert the first form at the position
signified by `it` in in second form, etc. signified by `it` in the second form, etc.
```el ```el
(--> "def" (concat "abc" it "ghi")) ;; => "abcdefghi" (--> "def" (concat "abc" it "ghi")) ;; => "abcdefghi"

@ -2108,7 +2108,7 @@ last item in second form, etc."
Insert X at the position signified by the symbol `it' in the first Insert X at the position signified by the symbol `it' in the first
form. If there are more forms, insert the first form at the position form. If there are more forms, insert the first form at the position
signified by `it' in in second form, etc." signified by `it' in the second form, etc."
(declare (debug (form body))) (declare (debug (form body)))
`(-as-> ,x it ,@forms)) `(-as-> ,x it ,@forms))

@ -3778,7 +3778,7 @@ Starting with the value of @var{x}, thread each expression through @var{forms}.
Insert @var{x} at the position signified by the symbol @code{it} in the first Insert @var{x} at the position signified by the symbol @code{it} in the first
form. If there are more forms, insert the first form at the position form. If there are more forms, insert the first form at the position
signified by @code{it} in in second form, etc. signified by @code{it} in the second form, etc.
@example @example
@group @group

Loading…
Cancel
Save