From a7633ed60e34146568f622c351cb8d81e8deb41f Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 22 Sep 2004 17:46:55 +0000 Subject: [PATCH] Mention scm_car, etc as the replacement for gh_car, etc. --- doc/ref/gh.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/gh.texi b/doc/ref/gh.texi index 25ffaf1c1..c28cf0825 100644 --- a/doc/ref/gh.texi +++ b/doc/ref/gh.texi @@ -1065,11 +1065,11 @@ scm_is_true (scm_null_p (@var{obj})) Use @code{scm_cons} instead. @item @code{gh_car} and @code{gh_cdr} -Use the @code{SCM_CAR} and @code{SCM_CDR} macros instead. +Use @code{scm_car} and @code{scm_cdr} instead. @item @code{gh_cxxr} and @code{gh_cxxxr} (Where each x is either @samp{a} or @samp{d}.) Use the corresponding -@code{SCM_CXXR} or @code{SCM_CXXXR} macro instead. +@code{scm_cxxr} or @code{scm_cxxxr} function instead. @item @code{gh_set_car_x} and @code{gh_set_cdr_x} Use @code{scm_set_car_x} and @code{scm_set_cdr_x} instead.