From cf35941718c81e540ff1f45c9d3b1a1787d9ad3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Grabm=C3=BCller?= Date: Fri, 16 Feb 2001 15:18:34 +0000 Subject: [PATCH] (scm_unhash_name): Added docstring. --- libguile/gc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguile/gc.c b/libguile/gc.c index 052859210..60aaad34f 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -2274,7 +2274,8 @@ alloc_some_heap (scm_freelist_t *freelist, policy_on_error error_policy) SCM_DEFINE (scm_unhash_name, "unhash-name", 1, 0, 0, (SCM name), - "") + "Flushes the glocs for @var{name}, or all glocs if @var{name}\n" + "is @code{#t}.") #define FUNC_NAME s_scm_unhash_name { int x;