bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fedf4f63283670959e236147541b12e5e6308b50
parent 2245e36104591d154cceaccdd1e261205bd77b2a
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Sun, 26 Jul 2009 22:54:36 +0000

removed redundant @s

svn: r15578

original commit: 9fab3b085acb5cfdb97ef4f30ba977ab9a935147

Diffstat:
Mcollects/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 @@ -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