1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

(scm_unhash_name): Added docstring.

This commit is contained in:
Martin Grabmüller 2001-02-16 15:18:34 +00:00
parent dc7fa443d6
commit cf35941718

View 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;