summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-09-22 17:46:55 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-09-22 17:46:55 +0000
commita7633ed60e34146568f622c351cb8d81e8deb41f (patch)
tree1eb3059ece26bc20fa38ae7a8b3a14a57408eb23
parent7f4c83e3b476a79818e6ee54b248933270a4489f (diff)
downloadguile-a7633ed60e34146568f622c351cb8d81e8deb41f.tar.gz
Mention scm_car, etc as the replacement for gh_car, etc.
-rw-r--r--doc/ref/gh.texi4
1 files 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.