1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* scheme-memory.texi (Memory Blocks): Use {} around types for

@deftypefn, for correct name in indexes.
	* scheme-utility.texi (C Hooks): Ditto.
This commit is contained in:
Kevin Ryde 2003-06-11 22:49:21 +00:00
parent fe2a94df99
commit 416715f48a

View 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