X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-c.lisp;h=b772aa4c38c534db1408e2ea908a1394849650d5;hb=54da325f13fb41669869aea688ae195426c0e231;hp=b313fcc4f34a54e3a9393c7d8784ca526a5299d8;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index b313fcc..b772aa4 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -22,7 +22,7 @@ to a function, including &REST args.") (def!constant sb!xc:lambda-parameters-limit sb!xc:most-positive-fixnum #!+sb-doc - "The exclusive upper bound on the number of parameters which may be specifed + "The exclusive upper bound on the number of parameters which may be specified in a given lambda list. This is actually the limit on required and &OPTIONAL parameters. With &KEY and &AUX you can get more.") (def!constant sb!xc:multiple-values-limit sb!xc:most-positive-fixnum