racket/collects/scribblings/reference
Eli Barzilay 4288c6c2c7 The Scribble reader was improved to make it pull out the syntax
punctuations outside of the form, as it does with quote punctuations.
So things like this

  #, @foo{...}

that required the space to make the @foo read as a scribble form are
now better written as

  @#,foo{...}

This changes all such occurrences.  (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)

svn: r15111
2009-06-07 10:12:32 +00:00
..
async-channels.scrbl change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c 2008-10-13 19:45:37 +00:00
booleans.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
breaks.scrbl more net library docs 2008-04-13 15:44:10 +00:00
bytes.scrbl another typo from PR10258 (less than or equal to the string length) 2009-05-25 02:56:24 +00:00
channels.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
chars.scrbl added 2 indexed terms 2009-04-29 18:20:37 +00:00
class.scrbl doc typos and guarantee on thread-dead-evt result 2009-05-15 08:53:05 +00:00
cmdline.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
code-inspectors.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
collects.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
concurrency.scrbl move threads-are-not-OS-threads docs from 10 to 1.1.13 2008-11-18 23:22:56 +00:00
cont-marks.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
cont.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
contracts.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
control-lib.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
control.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
custodians.scrbl memory accounting: blame the parent instead of the child 2008-12-15 17:09:33 +00:00
custom-ports.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
custom-write.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
data.scrbl explain what a box is in the reference, and add cross references to the guide 2008-07-14 00:05:37 +00:00
define-struct.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
dicts.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
ellipses-defn.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
ellipses.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
encodings.scrbl change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c 2008-10-13 19:45:37 +00:00
enter.scrbl * Added `note-init-lib' for libraries in scheme/init 2008-08-03 18:58:04 +00:00
eval-model.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
eval.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
evts.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
exit.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
exns.scrbl doc typo 2009-05-04 02:19:27 +00:00
file-ports.scrbl typo 2009-05-23 07:09:54 +00:00
filesystem.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
for.scrbl typo (PR10186) 2009-04-08 05:52:12 +00:00
hashes.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
help.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
include.scrbl fixed typo 2009-02-21 16:38:09 +00:00
info.ss proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
init.scrbl * Added `note-init-lib' for libraries in scheme/init 2008-08-03 18:58:04 +00:00
io.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
load-lang.scrbl scheme/load docs improvement 2008-04-14 19:21:16 +00:00
logging.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
macros.scrbl splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
match-grammar.ss Update match documentation to new implementation: 2008-03-27 17:35:11 +00:00
match-parse.ss Update match documentation to new implementation: 2008-03-27 17:35:11 +00:00
match.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
memory.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
model.scrbl dictionaries 2008-04-21 17:26:35 +00:00
module-reflect.scrbl on third thought, it's module->namespace that needs to prepare the compile time, not dynamic-require, and that's why it worked before; restored the visit-availing behavior of module->namespace, and rewound the previous change (still for PR 10185) 2009-04-08 02:21:22 +00:00
mpairs.scrbl change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c 2008-10-13 19:45:37 +00:00
mz.ss document 'help' change 2009-01-14 22:45:46 +00:00
namespaces.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
networking.scrbl some doc clarifications and hyperlinks 2008-12-02 20:26:32 +00:00
numbers.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
os.scrbl v4.0.2.4: logging 2008-07-17 15:20:17 +00:00
package.scrbl fix define after define* in package; doc repairs 2009-05-03 23:49:22 +00:00
pairs.scrbl fix typo in examples 2009-05-23 07:35:39 +00:00
parameters.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
paths.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
pipes.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
port-buffers.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
port-lib.scrbl , 2008-11-13 21:11:48 +00:00
port-line-counting.scrbl change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c 2008-10-13 19:45:37 +00:00
port-procs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
ports.scrbl doc read/write closed ports => exn:fail 2009-01-03 12:20:48 +00:00
pretty-print.scrbl change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c 2008-10-13 19:45:37 +00:00
printer.scrbl fix define after define* in package; doc repairs 2009-05-03 23:49:22 +00:00
procedures.scrbl added a nullary case to compose 2009-05-03 20:41:37 +00:00
prog-steps.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
promise.scrbl added promise-forced? and promise-running? 2009-01-16 05:46:07 +00:00
prop-port.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
read.scrbl raise canvas scroll limits to 1B instead of 10k 2009-04-24 21:54:28 +00:00
reader-example.ss new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
reader.scrbl Typo in reader documentation: #, listed twice instead of #' and #, 2009-06-04 19:55:30 +00:00
readtables.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
reference.scrbl add Waddell99 citation 2008-12-08 00:07:42 +00:00
regexps.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
running.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
runtime.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
rx.ss rename local smaller 2009-02-16 17:06:21 +00:00
sandbox.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
security-guards.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
security.scrbl scheme/load 2008-04-14 15:20:18 +00:00
semaphores.scrbl change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c 2008-10-13 19:45:37 +00:00
sequences.scrbl typo (PR10207) 2009-04-17 19:15:20 +00:00
serialization.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
shared.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
splicing.scrbl scheme/splicing: updated reference for new splicing forms 2009-03-19 19:02:28 +00:00
startup.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
string-input.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
string-output.scrbl fix result of write-{string,bytes} 2008-11-10 04:02:44 +00:00
string-ports.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
strings.scrbl another typo from PR10258 (less than or equal to the string length) 2009-05-25 02:56:24 +00:00
struct-inspectors.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
struct.scrbl avoid generating unnecessary struct-accessor and -mutator names 2009-04-20 13:14:40 +00:00
stx-certs.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
stx-comp.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
stx-expand.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
stx-ops.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
stx-param.scrbl splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
stx-patterns.scrbl identifier-prune-lexical-context (4.2.0.2) 2009-05-17 12:31:51 +00:00
stx-props.scrbl fix inverted argument default for editor<%> read-from-file method; better Check Sytax results on packages; added syntax/flatten-begin library 2009-04-17 22:50:19 +00:00
stx-trans.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
subprocess.scrbl clarify need to wait on a subprocess 2009-04-08 18:38:59 +00:00
surrogate.scrbl r6rs tests and bug fixes 2008-05-01 13:52:05 +00:00
sync.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
syntax-model.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
syntax.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
thread-cells.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
thread-groups.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
thread-local.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
threads.scrbl doc typos and guarantee on thread-dead-evt result 2009-05-15 08:53:05 +00:00
time.scrbl record per-thread milliseconds 2009-03-23 01:26:51 +00:00
units.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
unix-paths.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
values.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
vectors.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
windows-paths.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
write.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00