unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Small formatting patch
@ 2008-12-22 16:57 Dale Smith
  2008-12-22 21:23 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Dale Smith @ 2008-12-22 16:57 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

Just noticed this formatting error on the vm branch.

-Dale

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: data-rep.patch --]
[-- Type: text/x-patch; name=data-rep.patch, Size: 554 bytes --]

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
 @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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Small formatting patch
  2008-12-22 16:57 Small formatting patch Dale Smith
@ 2008-12-22 21:23 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2008-12-22 21:23 UTC (permalink / raw)
  To: Dale Smith; +Cc: guile-devel

Hi,

On Mon 22 Dec 2008 17:57, "Dale Smith" <dalepsmith@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 @code{SCM}
>  object @var{x}.
>  @end deftypefn

Thanks for the patch, I've applied it locally. Note though that this
whole section is due for a whacking with the de-bitrot stick.

Andy
-- 
http://wingolog.org/




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-22 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22 16:57 Small formatting patch Dale Smith
2008-12-22 21:23 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).