documentation recommends scm_new_smob instead of SCM_NEWSMOB
authorAndy Wingo <wingo@pobox.com>
Tue, 22 Jan 2013 10:35:25 +0000 (11:35 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 22 Jan 2013 11:05:32 +0000 (12:05 +0100)
commit5b70b4e28468b4d1b5411c726200680bc35f27e2
tree5070c148163d478140fb168a6695d5151255402e
parent776491caa2802c990aa0c25415dbbc4b7c368c7b
documentation recommends scm_new_smob instead of SCM_NEWSMOB

* doc/ref/api-smobs.texi (Smobs): Document scm_new_smob and
  scm_new_double_smob instead of the SCM_NEWSMOB / SCM_RETURN_NEWSMOB
  family of macros.

* doc/ref/libguile-smobs.texi (Creating Smob Instances): Use
  scm_new_smob.
doc/ref/api-smobs.texi
doc/ref/libguile-smobs.texi