/[guile]/guile/guile-core/doc/ref/gh.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/gh.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by ossau, Thu Aug 8 22:43:32 2002 UTC revision 1.6 by kryde, Sat May 3 22:22:51 2003 UTC
# Line 620  These correspond to the Scheme @code{(co Line 620  These correspond to the Scheme @code{(co
620  These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}  These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
621  @end deftypefun  @end deftypefun
622    
623  @deftypefun SCM gh_set_car_x(SCM @var{pair}, SCM @var{value})  @deftypefun SCM gh_set_car_x (SCM @var{pair}, SCM @var{value})
624  Modifies the CAR of @var{pair} to be @var{value}.  This is equivalent to  Modifies the CAR of @var{pair} to be @var{value}.  This is equivalent to
625  the Scheme procedure @code{(set-car! ...)}.  the Scheme procedure @code{(set-car! ...)}.
626  @end deftypefun  @end deftypefun
627    
628  @deftypefun SCM gh_set_cdr_x(SCM @var{pair}, SCM @var{value})  @deftypefun SCM gh_set_cdr_x (SCM @var{pair}, SCM @var{value})
629  Modifies the CDR of @var{pair} to be @var{value}.  This is equivalent to  Modifies the CDR of @var{pair} to be @var{value}.  This is equivalent to
630  the Scheme procedure @code{(set-cdr! ...)}.  the Scheme procedure @code{(set-cdr! ...)}.
631  @end deftypefun  @end deftypefun

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26