From c907cf80831de1f40652713b84be270181d4fe4a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 30 Apr 2014 17:35:15 -0700 Subject: [PATCH] fix secref tags --- scribblings/formats.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scribblings/formats.scrbl b/scribblings/formats.scrbl index b701ffb..4797986 100644 --- a/scribblings/formats.scrbl +++ b/scribblings/formats.scrbl @@ -25,13 +25,13 @@ For ease of use, the behavior of the Pollen language departs from the standard R @subsection{Command syntax using ◊} -Commands must start with the special lozenge character @litchar{◊}. Other material is interpreted as plain text. See @secref["◊ command overview"] for more. +Commands must start with the special lozenge character @litchar{◊}. Other material is interpreted as plain text. See @secref["reader"] for more. @bold{How is this different from Racket?} In Racket, everything is a command, and plain text must be quoted. @subsection{Any command is valid} -There are no undefined commands in Pollen. If a command has not already been defined, it's treated as a tag function. See @secref["◊ command overview"] for more. +There are no undefined commands in Pollen. If a command has not already been defined, it's treated as a tag function. See @secref["reader"] for more. @bold{How is this different from Racket?} In Racket, if you try to treat an identifier as a function before defining it with @racket[define], you'll get an error.