X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-type.lisp;h=2c19b758cb92d007c618528e1abd6663e29f4d42;hb=bee53328c93be3433477821131ab805557476c8b;hp=5276a3517e87f71ba9a749f1b212cbb9ea175783;hpb=334af30b26555f0bf706f7157b399bdbd4fad548;p=sbcl.git diff --git a/src/code/early-type.lisp b/src/code/early-type.lisp index 5276a35..2c19b75 100644 --- a/src/code/early-type.lisp +++ b/src/code/early-type.lisp @@ -118,7 +118,7 @@ ;; Lists of the type for each required and optional argument. (required nil :type list) (optional nil :type list) - ;; The type for the rest arg. NIL if there is no rest arg. + ;; The type for the rest arg. NIL if there is no &REST arg. (rest nil :type (or ctype null)) ;; true if &KEY arguments are specified (keyp nil :type boolean)