shithub: sl

Download patch

ref: 2eed756404460f860f19234cec4c052350ef2a65
parent: c2756db57aa1d70290eea29ff7ca7fa448beaf06
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