scribbled dynext (from Will Farr)
svn: r8450 original commit: 987b9e76814a873b9034162e44d15267c3bf6c9a
This commit is contained in:
parent
65291d0c1d
commit
61db9850c1
|
@ -283,11 +283,11 @@ manual:
|
||||||
@(require scribble/manual
|
@(require scribble/manual
|
||||||
(for-label scheme))
|
(for-label scheme))
|
||||||
@(define ref-src
|
@(define ref-src
|
||||||
'(lib "scribblings/reference/reference.scrbl"))]
|
'(lib "scribblings/reference/reference.scrbl"))
|
||||||
|
|
||||||
@title{My Library}
|
@title{My Library}
|
||||||
|
|
||||||
See also @italic{@secref[#:doc reference-src]{pairs}}.
|
See also @italic{@secref[#:doc ref-src]{pairs}}.
|
||||||
EOS
|
EOS
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -103,3 +103,7 @@ for quotation marks that are part of code.
|
||||||
|
|
||||||
Do not use a citation reference (as created by @scheme[cite]) as a
|
Do not use a citation reference (as created by @scheme[cite]) as a
|
||||||
noun; use it as an annotation.
|
noun; use it as an annotation.
|
||||||
|
|
||||||
|
Do not start a sentence with a Scheme variable name, since it is
|
||||||
|
normally lowercase. For example, use ``The @scheme[_thing] argument
|
||||||
|
is...'' instead of ``@scheme[_thing] is...''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user