fixes for the fixes

svn: r11450
This commit is contained in:
Eli Barzilay 2008-08-27 07:12:35 +00:00
parent 6cd75acb0a
commit 1cbf54d70a
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ Returns the window's cursor, or @scheme[#f] if this window's cursor
exact-integer?]{
Returns an exact integer representing a handle to the window in the
current platform's GUI toolbox. Cast this number from a C @cpp{long}
current platform's GUI toolbox. Cast this number from a C \cpp{long}
to a platform-specific C type:
@itemize{

View File

@ -172,7 +172,7 @@ finalizations.}
[Scheme_Object** argv])]{
Creates and returns a new namespace. This values can be cast to
@cpp[Scheme_Env *]. It can also be installed in
@cpp{Scheme_Env *}. It can also be installed in
a parameterization using @cppi{scheme_set_param} with
@cppi{MZCONFIG_ENV}.