summaryrefslogtreecommitdiff
path: root/doc/ref/data-rep.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-12-26 16:33:33 +0100
committerAndy Wingo <wingo@pobox.com>2008-12-26 16:33:33 +0100
commiteff313ed21ad8722733ec16e079107aea9369215 (patch)
treead61b4d360b9033788bbd859f74c47714a10bbc8 /doc/ref/data-rep.texi
parentd22fc3e4af63e6764affcd8000ef3fa35159e066 (diff)
downloadguile-eff313ed21ad8722733ec16e079107aea9369215.tar.gz
fix doc typo
* doc/ref/data-rep.texi (Non-immediate objects): Fix a typo, thanks to Dale Smith.
Diffstat (limited to 'doc/ref/data-rep.texi')
-rw-r--r--doc/ref/data-rep.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/data-rep.texi b/doc/ref/data-rep.texi
index 6a792c200..5f2a22b07 100644
--- a/doc/ref/data-rep.texi
+++ b/doc/ref/data-rep.texi
@@ -997,7 +997,7 @@ This reference can be decoded to a C pointer to a heap cell using the
@code{SCM} value is done using the @code{PTR2SCM} macro.
@c (FIXME:: this name should be changed)
-@deftypefn Macro (scm_t_cell *) SCM2PTR (SCM @var{x})
+@deftypefn Macro {scm_t_cell *} SCM2PTR (SCM @var{x})
Extract and return the heap cell pointer from a non-immediate @code{SCM}
object @var{x}.
@end deftypefn