fix doc typo
authorAndy Wingo <wingo@pobox.com>
Fri, 26 Dec 2008 15:33:33 +0000 (16:33 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 26 Dec 2008 15:33:33 +0000 (16:33 +0100)
* doc/ref/data-rep.texi (Non-immediate objects): Fix a typo, thanks to
  Dale Smith.

doc/ref/data-rep.texi

index 6a792c2..5f2a22b 100644 (file)
@@ -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