minor fixes uncovered by test suites:
svn: r10111 original commit: eec9d1e4bbe792b66df42f0c77f1c316b750442d
This commit is contained in:
parent
1ef7ee5225
commit
d9cc957624
|
@ -1502,4 +1502,16 @@
|
|||
(-> printable/c (or/c false/c (is-a?/c style-delta%)))
|
||||
(marshalled-style-delta)
|
||||
@{Builds a style delta from its printed representation. Returns
|
||||
@scheme[#f] if the printed form cannot be parsed.}))
|
||||
@scheme[#f] if the printed form cannot be parsed.})
|
||||
|
||||
(proc-doc/names
|
||||
color-prefs:white-on-black
|
||||
(-> any)
|
||||
()
|
||||
@{Sets the colors registered by @scheme[color-prefs:register-color-preference] to their white-on-black variety. })
|
||||
|
||||
(proc-doc/names
|
||||
color-prefs:black-on-white
|
||||
(-> any)
|
||||
()
|
||||
@{Sets the colors registered by @scheme[color-prefs:register-color-preference] to their black-on-white variety. }))
|
||||
|
|
Loading…
Reference in New Issue
Block a user