From ca6cb4ffe9c83d7192f96d0f6c8c27c4887af5c8 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Fri, 15 May 2015 11:16:04 +0200 Subject: [PATCH] * README.md: Add documentation for seq-let. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3d7bfdc..f27ef62 100644 --- a/README.md +++ b/README.md @@ -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