Small formatting patch

2008-12-22 Thread Dale Smith
Just noticed this formatting error on the vm branch. -Dale diff --git a/doc/ref/data-rep.texi b/doc/ref/data-rep.texi index 6a792c2..5f2a22b 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

Re: Small formatting patch

2008-12-22 Thread Andy Wingo
Hi, On Mon 22 Dec 2008 17:57, Dale Smith dalepsm...@gmail.com writes: @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