fixed doc bug
svn: r3911
This commit is contained in:
parent
0db2249a33
commit
7225955e3f
|
@ -970,7 +970,8 @@
|
||||||
(-> any/c (is-a?/c snip%)))
|
(-> any/c (is-a?/c snip%)))
|
||||||
((-> any/c))
|
((-> any/c))
|
||||||
void?)
|
void?)
|
||||||
(test-value convert-value (setup-thunk void))
|
((test-value convert-value)
|
||||||
|
((setup-thunk void)))
|
||||||
"Registers a handler to convert values into snips as they are printed in the REPL."
|
"Registers a handler to convert values into snips as they are printed in the REPL."
|
||||||
""
|
""
|
||||||
"The \\var{test-snip} argument is called to determine if this handler can convert the value "
|
"The \\var{test-snip} argument is called to determine if this handler can convert the value "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user