chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
src/: Fix some docstrings.
[sod]
/
src
/
pset-proto.lisp
diff --git
a/src/pset-proto.lisp
b/src/pset-proto.lisp
index e58a928a6c6c97e142c2be1cd47298748768d8c7..0263dc7c90cdfd0d8589f34e09772c94c2db24ca 100644
(file)
--- 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)