(scm_unhash_name): Added docstring.
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Fri, 16 Feb 2001 15:18:34 +0000 (15:18 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Fri, 16 Feb 2001 15:18:34 +0000 (15:18 +0000)
libguile/gc.c

index 0528592..60aaad3 100644 (file)
@@ -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;