Skip to content
Snippets Groups Projects
Commit ce50368b authored by Nikodemus Siivola's avatar Nikodemus Siivola
Browse files

type in WHEN-LET* docstring

parent 75b6b124
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ or a list of bindings of the form:
Each initial-form is executed in turn, and the variable bound to the
corresponding value. Initial-form expressions can refer to variables
previously bound by the IF-LET*.
previously bound by the WHEN-LET*.
Execution of WHEN-LET* stops immediately if any initial-form evaluates to NIL.
If all initial-forms evaluate to true, then FORMS are executed as an implicit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment