0.pre7.50:
[sbcl.git] / src / code / symbol.lisp
index 5d904e0..5182924 100644 (file)
 
 (defun keywordp (object)
   #!+sb-doc
-  "Returns true if Object is a symbol in the keyword package."
+  "Return true if Object is a symbol in the \"KEYWORD\" package."
   (and (symbolp object)
        (eq (symbol-package object) *keyword-package*)))
 \f