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:
parent
dc7fa443d6
commit
cf35941718
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue