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 c33146745d958f68211a9e259d7089c335d428e2
parent f96e6f14e0ea1efc5c8e08ba18e27099b302b8b2
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Thu, 10 Mar 2011 06:34:33 -0600

a round of doc corrections from Gwyth

original commit: 0b496d5275e1bfacb9c087f2548a80fbb3878d26

Diffstat:
Mcollects/scribblings/scribble/style.scrbl | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/collects/scribblings/scribble/style.scrbl b/collects/scribblings/scribble/style.scrbl @@ -40,7 +40,7 @@ Use the word ``list'' only when you mean a run-time value consisting of the empty list and cons cells; use the word ``sequence'' in other cases, if you must use any word. For example, do not write that @racket[begin] has a ``list of sub-forms;'' instead, it has a -``sequence of subforms.'' Similarly, do not refer to a ``list of +``sequence of sub-forms.'' Similarly, do not refer to a ``list of arguments'' in a function call; just write ``arguments'' if possible, or write ``sequence of argument expressions.'' (Unfortunately, ``@tech[#:doc '(lib @@ -56,6 +56,8 @@ except that ...,'' instead of abstracting the source and instantiating it multiple times; often, a prose abstraction is clearer to the reader than a hidden abstraction in the document implementation. +Hyphenate the words ``sub-form'' and ``sub-expression.'' + @section{Typesetting Code} Use @racketidfont{id} or a name that ends @racketidfont{-id} in @@ -149,6 +151,10 @@ Do not start a sentence with a Racket variable name, since it is normally lowercase. For example, use ``The @racket[_thing] argument is...'' instead of ``@racket[_thing] is...'' +Use @racket[etc] for ``@|etc|'' when it does not end a sentence, and +include a comma after ``@|etc|'' unless it ends a sentence of is +followed by other punctuation (such as a parenthesis). + @section{Section Titles} Capitalize all words except articles (``the,'' ``a,'' etc.),