* scheme-memory.texi (Memory Blocks): Use {} around types for
authorKevin Ryde <user42@zip.com.au>
Wed, 11 Jun 2003 22:49:21 +0000 (22:49 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 11 Jun 2003 22:49:21 +0000 (22:49 +0000)
@deftypefn, for correct name in indexes.
* scheme-utility.texi (C Hooks): Ditto.

doc/ref/scheme-utility.texi

index b82497e..e563ecc 100644 (file)
@@ -667,7 +667,7 @@ being registered multiple times with different closure data.
 Finally, to invoke a C hook, call the @code{scm_c_hook_run} function
 specifying the hook and the call closure data for this run:
 
-@deftypefn {C Function} void * scm_c_hook_run (scm_t_c_hook *hook, void *data)
+@deftypefn {C Function} {void *} scm_c_hook_run (scm_t_c_hook *hook, void *data)
 Run the C hook @var{hook} will call closure data @var{data}.  Subject to
 the variations for hook types @code{SCM_C_HOOK_OR} and
 @code{SCM_C_HOOK_AND}, @code{scm_c_hook_run} calls @var{hook}'s