mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 20:20:24 +02:00
(scm_make_symbol): Fix typo in docstring.
This commit is contained in:
parent
a63cdd6150
commit
d58d5bfc1c
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ SCM_DEFINE (scm_make_symbol, "make-symbol", 1, 0, 0,
|
||||||
(SCM name),
|
(SCM name),
|
||||||
"Return a new uninterned symbol with the name @var{name}. "
|
"Return a new uninterned symbol with the name @var{name}. "
|
||||||
"The returned symbol is guaranteed to be unique and future "
|
"The returned symbol is guaranteed to be unique and future "
|
||||||
"calls to @code{string->symnbol} will not return it.")
|
"calls to @code{string->symbol} will not return it.")
|
||||||
#define FUNC_NAME s_scm_make_symbol
|
#define FUNC_NAME s_scm_make_symbol
|
||||||
{
|
{
|
||||||
SCM sym;
|
SCM sym;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue