diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2000-09-29 20:22:31 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2000-09-29 20:22:31 +0000 |
commit | 6ec589e2a2eef05feee900c25ed4c11bcd74594d (patch) | |
tree | 3c69341c76e39e193661f1d894a30f53d5b294a3 /libguile/hashtab.c | |
parent | bbe4e612aafeba3c30d58c1c8db07826a14c4312 (diff) | |
download | guile-6ec589e2a2eef05feee900c25ed4c11bcd74594d.tar.gz |
* Cosmetic docstring fixes.
Diffstat (limited to 'libguile/hashtab.c')
-rw-r--r-- | libguile/hashtab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/hashtab.c b/libguile/hashtab.c index e65a4776b..ec3674b06 100644 --- a/libguile/hashtab.c +++ b/libguile/hashtab.c @@ -433,7 +433,7 @@ SCM_DEFINE (scm_hashx_get_handle, "hashx-get-handle", 4, 0, 0, SCM_DEFINE (scm_hashx_create_handle_x, "hashx-create-handle!", 5, 0, 0, - (SCM hash,SCM assoc,SCM table,SCM obj,SCM init), + (SCM hash, SCM assoc, SCM table, SCM obj, SCM init), "This behaves the same way as the corresponding @code{-create-handle}\n" "function, but uses @var{hasher} as a\n" "hash function and @var{assoc} to compare keys. @code{hasher} must\n" @@ -452,7 +452,7 @@ SCM_DEFINE (scm_hashx_create_handle_x, "hashx-create-handle!", 5, 0, 0, SCM_DEFINE (scm_hashx_ref, "hashx-ref", 4, 1, 0, - (SCM hash,SCM assoc,SCM table,SCM obj,SCM dflt), + (SCM hash, SCM assoc, SCM table, SCM obj, SCM dflt), "This behaves the same way as the corresponding @code{ref}\n" "function, but uses @var{hasher} as a\n" "hash function and @var{assoc} to compare keys. @code{hasher} must\n" |