1
Fork 0
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:
Marius Vollmer 2002-02-04 16:47:35 +00:00
parent a63cdd6150
commit d58d5bfc1c

View file

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