racket/collects/scribblings/htdp-langs
Eli Barzilay 672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
..
advanced.scrbl fixed up docs to use new system; retested 2012-06-25 19:15:09 -04:00
beginner-abbr.scrbl Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
beginner.scrbl fixed up docs to use new system; retested 2012-06-25 19:15:09 -04:00
common.rkt The documentation for htdp-lang now uses the new vocabulary. 2011-07-06 00:27:28 -04:00
htdp-langs.scrbl fixed up docs to use new system; retested 2012-06-25 19:15:09 -04:00
info.rkt docs reorganization 2011-07-01 17:16:53 -06:00
intermediate-lambda.scrbl fixed up docs to use new system; retested 2012-06-25 19:15:09 -04:00
intermediate.scrbl fixed up docs to use new system; retested 2012-06-25 19:15:09 -04:00
prim-ops.rkt fixed Adam Shaw's typo, eliminated the word match 2012-10-17 20:27:12 -04:00
std-grammar.rkt added 'boolean' to the grammars for the *SLs, fixing an emailed bug report from Klause Ostermann. -- To avoid the 'true, '(true) etc issue I ommitted boolean from the [quasi]quoted grammar, which makes the current behavior kind of correct. 2012-06-14 14:20:46 -04:00