diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-06-11 22:49:21 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-06-11 22:49:21 +0000 |
commit | 416715f48a329ac8104ed59ec1c371d65bbb6405 (patch) | |
tree | e897320f4f4c50c9bac386bdf4057dfcacc06ae3 /doc/ref/scheme-utility.texi | |
parent | fe2a94df998f4b8a3ea7dd2e2b9ab5c849cf61a1 (diff) | |
download | guile-416715f48a329ac8104ed59ec1c371d65bbb6405.tar.gz |
* scheme-memory.texi (Memory Blocks): Use {} around types for
@deftypefn, for correct name in indexes.
* scheme-utility.texi (C Hooks): Ditto.
Diffstat (limited to 'doc/ref/scheme-utility.texi')
-rw-r--r-- | doc/ref/scheme-utility.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-utility.texi b/doc/ref/scheme-utility.texi index b82497ebb..e563ecc12 100644 --- a/doc/ref/scheme-utility.texi +++ b/doc/ref/scheme-utility.texi @@ -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 |