chiark / gitweb /
src/: Fix some docstrings.
[sod] / src / pset-proto.lisp
index e58a928a6c6c97e142c2be1cd47298748768d8c7..0263dc7c90cdfd0d8589f34e09772c94c2db24ca 100644 (file)
@@ -173,7 +173,7 @@ (defun make-pset ()
 (defun pset-get (pset key)
   "Look KEY up in PSET and return what we find.
 
-   If there's no property by that name, return NIL."
+   If there's no property by that name, return nil."
   (values (gethash key (%pset-hash pset))))
 
 (defun pset-store (pset prop)