From f5213e406487347cc84559148711496dcb8ea094 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 16 Mar 2018 15:58:11 -0400 Subject: [PATCH] fix doc --- src/compiler/boot.dst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/boot.dst b/src/compiler/boot.dst index 0e0ac9a2..298273d0 100644 --- a/src/compiler/boot.dst +++ b/src/compiler/boot.dst @@ -89,7 +89,7 @@ are matched. If there are no matches, return nil." (defmacro doc "Shows documentation for the given symbol." [sym] - (tuple doc* '_env sym)) + (tuple doc* '_env (tuple 'quote sym))) (def apply (fn [f & args]