X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/e8abb2862e1a3b5f5a296d4fc00fe1b8e3200b4b..268f7777bf1c2f858ce2c5cb990f3e2ec42f0646:/src/pset-proto.lisp diff --git a/src/pset-proto.lisp b/src/pset-proto.lisp index e58a928..0263dc7 100644 --- a/src/pset-proto.lisp +++ b/src/pset-proto.lisp @@ -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)