doc improvements
svn: r777
This commit is contained in:
parent
37658aefc0
commit
d44dee3cc7
|
@ -1124,11 +1124,10 @@ The _code^_ unit supplies the following
|
||||||
> current-base-color - parameter for a string or color% for everything else
|
> current-base-color - parameter for a string or color% for everything else
|
||||||
|
|
||||||
> current-reader-forms - parameter for a list of symbols indicating
|
> current-reader-forms - parameter for a list of symbols indicating
|
||||||
which built-in reader forms should be used;
|
which built-in reader forms should be used; the default is '(quote
|
||||||
the default is '(quote quasiquote unquote
|
quasiquote unquote unquote-splicing syntax quasisyntax unsyntax
|
||||||
unquote-splicing syntax quasisyntax unsyntax
|
unsyntax-splicing); remove a symbol to suppress the corresponding
|
||||||
unsyntax-splicing); remove a symbol to suppress
|
reader output
|
||||||
the corresponding reader output
|
|
||||||
|
|
||||||
The following four are for backward compatibility:
|
The following four are for backward compatibility:
|
||||||
> comment-color - default string/color% for comments
|
> comment-color - default string/color% for comments
|
||||||
|
@ -1142,13 +1141,14 @@ The following four are for backward compatibility:
|
||||||
|
|
||||||
> current-keyword-list - a parameter, a list of strings to color as
|
> current-keyword-list - a parameter, a list of strings to color as
|
||||||
keywords; the default includes the MzScheme syntactic form names
|
keywords; the default includes the MzScheme syntactic form names
|
||||||
|
|
||||||
> current-const-list - a parameter, a list of strings to color as
|
> current-const-list - a parameter, a list of strings to color as
|
||||||
constants; the default is empty
|
constants; the default is empty
|
||||||
|
|
||||||
> current-literal-list - a parameter, a list of strings to color as
|
> current-literal-list - a parameter, a list of strings to color as
|
||||||
literals; the default is empty
|
literals; the default is empty
|
||||||
|
|
||||||
|
> mzscheme-const-list - a list of strings that could be used to initialize
|
||||||
|
the `current-const-list' parameter
|
||||||
|
|
||||||
> code-colorize-enabled - a parameter to enable or disable all code
|
> code-colorize-enabled - a parameter to enable or disable all code
|
||||||
coloring; the default is #t
|
coloring; the default is #t
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user