From 44b68d209a3b2bd798499a0b2e9564bc50db2f48 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 28 Feb 2014 14:15:43 -0500 Subject: [PATCH] Adjust section heading for macros in Honu. Previously, this showed up as the first search hit for "macros" in the Racket docs. With this change, the Guide entry shows up first. --- pkgs/honu/scribblings/honu.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/honu/scribblings/honu.scrbl b/pkgs/honu/scribblings/honu.scrbl index 41537c816f..a02d924c1f 100644 --- a/pkgs/honu/scribblings/honu.scrbl +++ b/pkgs/honu/scribblings/honu.scrbl @@ -188,7 +188,7 @@ An @deftech{expression} can be one of the following @codeblock|{(1 + 1) * 2}|} ] -@section{Macros} +@section{Macros in Honu} @subsection{Honu syntax} A good concrete syntax for honu macros is still under development.