From 023e2de5be560b3ba43a1310deb4b509d358d197 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 8 Nov 2015 19:37:24 -0600 Subject: [PATCH] Go back to using the nicer unicode picture of the directory now that Matthew added support for those characters to Scribble This reverts commit db464d5ed2445432a38b19edc967eb988c9d28c7. This reverts commit dd5029947c2c8fa6cccce8e12ae81ca804aa6bc0. --- .../scribblings/reference/sequences.scrbl | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/sequences.scrbl b/pkgs/racket-doc/scribblings/reference/sequences.scrbl index bc7398b19c..c49ced9fb3 100644 --- a/pkgs/racket-doc/scribblings/reference/sequences.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sequences.scrbl @@ -385,20 +385,16 @@ each element in the sequence. a sequence. @examples[ - (code:comment "Given a directory tree:") - (code:comment "") - (code:comment " /example") - (code:comment " +-- a") - (code:comment " | |") - (code:comment " | +-- alpha") - (code:comment " | +-- apple") - (code:comment " |") - (code:comment " +-- b") - (code:comment " | |") - (code:comment " | +-- beta") - (code:comment " |") - (code:comment " +-- c") - (code:comment "") + (code:comment @#,t{Given a directory tree:}) + (code:comment @#,t{}) + (code:comment @#,t{ /example}) + (code:comment @#,t{ ├── a}) + (code:comment @#,t{ │ ├── alpha}) + (code:comment @#,t{ │ └── apple}) + (code:comment @#,t{ ├── b}) + (code:comment @#,t{ │ └── beta}) + (code:comment @#,t{ └── c}) + (code:comment @#,t{}) (eval:alts (parameterize ([current-directory "/example"]) (for ([p (in-directory)])