Typo in reader documentation: #, listed twice instead of #' and #,
svn: r15082
This commit is contained in:
parent
5e6153628b
commit
3679f6f675
|
@ -116,7 +116,7 @@ on the next character or characters in the input stream as follows:
|
|||
|
||||
@dispatch[@litchar{#|}]{starts a block comment; see @secref["parse-comment"]}
|
||||
@dispatch[@litchar{#;}]{starts an S-expression comment; see @secref["parse-comment"]}
|
||||
@dispatch[@litchar{#,}]{starts a syntax quote; see @secref["parse-quote"]}
|
||||
@dispatch[@litchar{#'}]{starts a syntax quote; see @secref["parse-quote"]}
|
||||
@dispatch[@litchar{#! }]{starts a line comment; see @secref["parse-comment"]}
|
||||
@dispatch[@litchar{#!/}]{starts a line comment; see @secref["parse-comment"]}
|
||||
@dispatch[@litchar{#!}]{may start a reader extension; see @secref["parse-reader"]}
|
||||
|
|
Loading…
Reference in New Issue
Block a user