1.0.28.68: move PPC over to slimmed-down EMIT-ERROR-BREAK interface
[sbcl.git] / src / code / defboot.lisp
index c09818e..ac72b11 100644 (file)
@@ -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."