minor docs fix
original commit: 5128f08810ec027fdb6569750d302930e3cd0519
This commit is contained in:
parent
9b0140909e
commit
f20ad9a4fe
|
@ -352,17 +352,16 @@ the state transitions / contracts are:
|
||||||
preferences:set
|
preferences:set
|
||||||
(symbol? any/c . -> . void?)
|
(symbol? any/c . -> . void?)
|
||||||
(symbol value)
|
(symbol value)
|
||||||
@{See also @racket[preferences:set-default].
|
@{Sets the preference
|
||||||
|
@racket[symbol] to @racket[value]. It should be called when the
|
||||||
|
users requests a change to a preference.
|
||||||
|
|
||||||
@racket[preferences:set-preference] sets the preference
|
@racket[preferences:set] immediately writes the preference value to disk.
|
||||||
@racket[symbol] to @racket[value]. This should be called when the
|
It raises
|
||||||
users requests a change to a preference.
|
@index['("exn:unknown-preference")]{@racket[exn:unknown-preference]}
|
||||||
|
if the preference's default has not been set.
|
||||||
|
|
||||||
This function immediately writes the preference value to disk.
|
See also @racket[preferences:set-default].})
|
||||||
|
|
||||||
It raises
|
|
||||||
@index['("exn:unknown-preference")]{@racket[exn:unknown-preference]}
|
|
||||||
if the preference's default has not been set.})
|
|
||||||
|
|
||||||
(proc-doc/names
|
(proc-doc/names
|
||||||
preferences:add-callback
|
preferences:add-callback
|
||||||
|
|
Loading…
Reference in New Issue
Block a user