From 6c10e2faf3b89cfec84c0e8be28bbfdb41c89f3c Mon Sep 17 00:00:00 2001 From: Ben Greenman <benjaminlgreenman@gmail.com> Date: Tue, 17 Dec 2019 10:30:54 -0500 Subject: [PATCH] doc: fix undefined tags use defidform/inline to fix undefined tags without trying to import from `scribble/manual` the links all point somewhere now, but maybe not to the right place --- scribblings/scribble-enhanced.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scribblings/scribble-enhanced.scrbl b/scribblings/scribble-enhanced.scrbl index 9cf5eaaf..7d747e9f 100644 --- a/scribblings/scribble-enhanced.scrbl +++ b/scribblings/scribble-enhanced.scrbl @@ -10,7 +10,7 @@ @defmodule[scribble-enhanced] -@section{@racket[defform] enhancements} +@section{@defidform/inline[defform] enhancements} @subsection{Easy rendering of quotes and syntax reader abbreviations} @@ -182,7 +182,7 @@ The code above renders as follows: generated the form currently rendering the code. The most useful argument is @racket[uncode], indicating which identifier should be used in place of @racket[unsyntax] to escape the current form, which will be - @racket[racketblock], @racket[RACKETBLOCK] or another similar form. + @defidform/inline[racketblock], @defidform/inline[RACKETBLOCK], @defidform/inline[racket], or another similar form. The function must return a syntax object which will be spliced in place of the original when rendering. Note that the returned syntax object will be spliced, @@ -215,4 +215,4 @@ The code above renders as follows: This feature is experimental, and may be changed in future versions. - @history[#:added "0.3"]} \ No newline at end of file + @history[#:added "0.3"]}