Skip to content

Commit

Permalink
Built-in files auto-update: Mon Jan 11 22:37:28 UTC 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
emacspace authored and JAremko committed Jan 14, 2021
1 parent 73cc5b2 commit a65497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/libs/dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ This function's anaphoric counterpart is `--map'."
Each element of LIST in turn is bound to `it' before evaluating
BODY.
This is the anaphoric counterpart to `-map'."
(declare (debug (form form)))
(declare (debug (def-form form)))
`(mapcar (lambda (it) (ignore it) ,form) ,list))

(defmacro --reduce-from (form init list)
Expand Down

0 comments on commit a65497b

Please sign in to comment.