From 57b8baeb1c68cf52be0213c001135fb1dc7105c9 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 5 Feb 2008 05:24:32 +0000 Subject: [PATCH] fix uses of #lang setup/infotab svn: r8534 original commit: 03f29ff7b1c0146aeaca77a4909ad86669c9d615 --- collects/scribblings/scribble/how-to.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/scribble/how-to.scrbl b/collects/scribblings/scribble/how-to.scrbl index e9305e64..f9f6450e 100644 --- a/collects/scribblings/scribble/how-to.scrbl +++ b/collects/scribblings/scribble/how-to.scrbl @@ -59,8 +59,8 @@ EOS @schemeidfont{name} field. If you do not already have an @filepath{info.ss} module, here's a suitable complete module: - @schemeblock[ - \#lang setup/infotab + @schememod[ + setup/infotab (define name "Some documentation") (define scribblings '(("manual.scrbl" ()))) ]}