ref: 991160b28f27849a616f39059f79cde0b312e01a
parent: 5e28ffc053ddf65898820550a7c7f1712bb10543
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Wed Dec 25 21:21:08 EST 2024
doc-for: fix it evaluating the wrong thing
--- a/docs_extra.lsp
+++ b/docs_extra.lsp
@@ -7,7 +7,7 @@
(error "docs: " sym ": no funvars specified"))
(unless (function? val)
(error "docs: " sym ": funvars set but isn't a function")))
- (symbol-set-doc sym doc funvars)))
+ `(symbol-set-doc ',sym ',doc ',funvars)))
(doc-for (vm-stats)
"Print various VM-related information, such as the number of GC calls