Skip to content

Commit

Permalink
* README.md: Add documentation for seq-let.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasPetton committed May 15, 2015
1 parent 3c2bca5 commit ca6cb4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ seq.el provides the following functions:

`seq-doseq` is primarily useful for side-effects.

- `seq-let` args &rest body
Bind the variables in ARGS to the elements of SEQ then evaluate BODY.
ARGS can also include the `&rest' marker followed by a variable
name to be bound to the rest of SEQ.

## Contributing

Since this library is in Emacs 25, contributors must have signed the
Expand Down

0 comments on commit ca6cb4f

Please sign in to comment.