From a4cd1cdbaeee2d54952faea0593ae5c24ab7cf7c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 7 Jan 2008 12:18:53 +0000 Subject: [PATCH] minor Scribbl{e,ings} tweaks svn: r8244 --- collects/scribble/manual.ss | 2 +- collects/scribblings/guide/contracts-general-function.scrbl | 4 ++-- collects/scribblings/reference/custom-ports.scrbl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/scribble/manual.ss b/collects/scribble/manual.ss index ac14a85c7b..8b045418b8 100644 --- a/collects/scribble/manual.ss +++ b/collects/scribble/manual.ss @@ -465,7 +465,7 @@ (make-styled-paragraph (list (make-element "refcolumn" (list (make-element "refcontent" - c)))) + (decode-content c))))) "refpara")) ;; ---------------------------------------- diff --git a/collects/scribblings/guide/contracts-general-function.scrbl b/collects/scribblings/guide/contracts-general-function.scrbl index fc89bda77b..22d106b0b7 100644 --- a/collects/scribblings/guide/contracts-general-function.scrbl +++ b/collects/scribblings/guide/contracts-general-function.scrbl @@ -219,8 +219,8 @@ scheme/gui @margin-note{Note that if you really want to ask a yes-or-no question via a GUI, you should use @scheme[message-box/custom] (and generally speaking, -avoiding the words ``yes'' and ``no'' in your dialog is a -good idea, too ...)} +avoiding the responses ``yes'' and ``no'' in your dialog is a +good idea, too ...).} The contract for @scheme[ask-yes-or-no-question] uses our old friend the @scheme[->] contract combinator. Just like diff --git a/collects/scribblings/reference/custom-ports.scrbl b/collects/scribblings/reference/custom-ports.scrbl index 41853fd902..7805f4c80e 100644 --- a/collects/scribblings/reference/custom-ports.scrbl +++ b/collects/scribblings/reference/custom-ports.scrbl @@ -348,7 +348,7 @@ The arguments implement the port as follows: @scheme[peek-byte-or-special], then the @exnraise[exn:fail:contract].} @begin[ -#readerscribble/comment-reader +#reader scribble/comment-reader [examples ;; A port with no input... ;; Easy: @scheme[(open-input-bytes #"")] @@ -942,7 +942,7 @@ procedures. } @begin[ -#readerscribble/comment-reader +#reader scribble/comment-reader [examples ;; A port that writes anything to nowhere: (define /dev/null-out