svn: r8468

original commit: 7ed3d17dbac1f942d512cffd0f280c90f4b0b659
This commit is contained in:
Eli Barzilay 2008-01-29 22:01:21 +00:00
parent ee0d907c6b
commit d49022dbee

View File

@ -134,7 +134,7 @@ Hides the cursor until the user moves the mouse or clicks the mouse
Gets a resource value from the resource database. The resource value
is keyed on the combination of @scheme[section] and @scheme[entry]. The
return value is @scheme[#t] is a value is found, @scheme[#f] if it is
return value is @scheme[#t] if a value is found, @scheme[#f] if it is
not. The type of the value initially in the @scheme[value] box
determines the way that the resource is interpreted, and @scheme[value]
is filled with a new value of the same type if one is found.