fix uses of _ in foreign docs, and document the _ escape in 'schemblock'

svn: r10189

original commit: ec714113a4acfb5f9e47d0537c119c842f95946d
This commit is contained in:
Matthew Flatt 2008-06-08 11:46:07 +00:00
parent c5676e8882
commit e2bde03810

View File

@ -97,6 +97,13 @@ A few other escapes are recognized symbolically:
@item{@schemeidfont{code:blank} typesets as a blank space.}
@item{@schemeidfont{_}@scheme[_id] typesets as @scheme[id], but
colored as a variable (like @scheme[schemevarfont]); this
escape applies only if @schemeidfont{_}@scheme[_id] has no
for-label binding and is not specifically colored as a subform
non-terminal via @scheme[defform], a variable via
@scheme[defproc], etc.}
}
}