Fix typo in --> docstring in dash.el (#414)

Copyright-paperwork-exempt: yes
master
w08r 2 years ago committed by Basil L. Contovounesios
parent 885332bbc4
commit 232086b3b0
No known key found for this signature in database
GPG Key ID: 598403058CAFA86C
  1. 2
      dash.el

@ -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))

Loading…
Cancel
Save