[cl-unification-cvs] CVS cl-unification

CVS User mantoniotti mantoniotti at common-lisp.net
Mon Dec 3 15:39:10 UTC 2012


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





More information about the Cl-unification-cvs mailing list