scribbled dynext (from Will Farr)

svn: r8450

original commit: 987b9e76814a873b9034162e44d15267c3bf6c9a
This commit is contained in:
Matthew Flatt 2008-01-28 19:40:52 +00:00
parent 65291d0c1d
commit 61db9850c1
2 changed files with 6 additions and 2 deletions

View File

@ -283,11 +283,11 @@ manual:
@(require scribble/manual
(for-label scheme))
@(define ref-src
'(lib "scribblings/reference/reference.scrbl"))]
'(lib "scribblings/reference/reference.scrbl"))
@title{My Library}
See also @italic{@secref[#:doc reference-src]{pairs}}.
See also @italic{@secref[#:doc ref-src]{pairs}}.
EOS
]

View File

@ -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
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...''