From 9fab3b085acb5cfdb97ef4f30ba977ab9a935147 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 26 Jul 2009 22:54:36 +0000 Subject: [PATCH] removed redundant @s svn: r15578 --- .../scribblings/scribble/preprocessor.scrbl | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/collects/scribblings/scribble/preprocessor.scrbl b/collects/scribblings/scribble/preprocessor.scrbl index b4ef3d7caa..2cfa0a1a7c 100644 --- a/collects/scribblings/scribble/preprocessor.scrbl +++ b/collects/scribblings/scribble/preprocessor.scrbl @@ -993,7 +993,7 @@ on whether it is more convenient to write a text file with occasional Scheme expressions or the other way. @example|-{#lang at-exp scheme/base - @(require scribble/text scheme/list) + (require scribble/text scheme/list) (define (itemize . items) (add-between (map (lambda (item) @list{* @item}) @@ -1002,15 +1002,15 @@ Scheme expressions or the other way. (define summary @list{If that's not enough, I don't know what is.}) - @(output - @list{ - Todo: - @itemize[@list{Hack some} - @list{Sleep some} - @list{Hack some - more}] - @summary - }) + (output + @list{ + Todo: + @itemize[@list{Hack some} + @list{Sleep some} + @list{Hack some + more}] + @summary + }) ---***--- Todo: * Hack some