Update of /project/cl-unification/cvsroot/cl-unification In directory tiger.common-lisp.net:/tmp/cvs-serv2056
Modified Files: match-block.lisp Log Message: Fixed doc strings in MATCH-CASE and MATCHF-CASE.
--- /project/cl-unification/cvsroot/cl-unification/match-block.lisp 2011/03/28 17:10:36 1.13 +++ /project/cl-unification/cvsroot/cl-unification/match-block.lisp 2012/12/03 15:39:10 1.14 @@ -263,7 +263,7 @@
The full syntax of MATCH-CASE is
- match-case <object> (&key errorp default-substitution) <clauses> + match-case (<object> &key errorp default-substitution) <clauses>
Each clause evaluates its forms in an environment where the variables present in the template are bound lexically. Note that both variable @@ -321,7 +321,7 @@
The full syntax of MATCHF-CASE is
- matchf-case <object> (&key errorp default-substitution) <clauses> + matchf-case (<object> &key errorp default-substitution) <clauses>
Each clause evaluates its forms in an environment where the variables present in the template are bound lexically. Note that both variable
cl-unification-cvs@common-lisp.net