X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefboot.lisp;h=ac72b1154973a5fb35b2ab3b0dbeef0561e6aa30;hb=f33fdd489e9012e5064d35ca7edc7d4bc3c4a0c2;hp=c09818eb502edc358562017bb90517268eac53bb;hpb=79a8e51bf4b06a5bd57bc90233605f98fee3b041;p=sbcl.git diff --git a/src/code/defboot.lisp b/src/code/defboot.lisp index c09818e..ac72b11 100644 --- a/src/code/defboot.lisp +++ b/src/code/defboot.lisp @@ -249,7 +249,7 @@ evaluated as a PROGN." (defmacro-mundanely defvar (var &optional (val nil valp) (doc nil docp)) #!+sb-doc - "Defines a special variable at top level. Declare the variable + "Define a special variable at top level. Declare the variable SPECIAL and, optionally, initialize it. If the variable already has a value, the old value is not clobbered. The third argument is an optional documentation string for the variable."