From 1cbf54d70a6aa16ae6cd67523f94076d3d6db17c Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 27 Aug 2008 07:12:35 +0000 Subject: [PATCH] fixes for the fixes svn: r11450 --- collects/scribblings/gui/window-intf.scrbl | 2 +- collects/scribblings/inside/eval.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/gui/window-intf.scrbl b/collects/scribblings/gui/window-intf.scrbl index 9fb1f82f09..62e1df4ea1 100644 --- a/collects/scribblings/gui/window-intf.scrbl +++ b/collects/scribblings/gui/window-intf.scrbl @@ -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{ diff --git a/collects/scribblings/inside/eval.scrbl b/collects/scribblings/inside/eval.scrbl index a4cf5eaf75..8b402766d0 100644 --- a/collects/scribblings/inside/eval.scrbl +++ b/collects/scribblings/inside/eval.scrbl @@ -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}.