--- gh.texi.~1.5.~ 2002-08-09 08:43:32.000000000 +1000 +++ gh.texi 2003-04-05 16:47:18.000000000 +1000 @@ -620,12 +620,12 @@ These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{} @end deftypefun address@hidden SCM gh_set_car_x(SCM @var{pair}, SCM @var{value}) address@hidden SCM gh_set_car_x (SCM @var{pair}, SCM @var{value}) Modifies the CAR of @var{pair} to be @var{value}. This is equivalent to the Scheme procedure @code{(set-car! ...)}. @end deftypefun address@hidden SCM gh_set_cdr_x(SCM @var{pair}, SCM @var{value}) address@hidden SCM gh_set_cdr_x (SCM @var{pair}, SCM @var{value}) Modifies the CDR of @var{pair} to be @var{value}. This is equivalent to the Scheme procedure @code{(set-cdr! ...)}. @end deftypefun