1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* Comment fixed.

This commit is contained in:
Dirk Herrmann 2001-01-16 11:19:36 +00:00
parent 8a39e3fc79
commit debe0dc24f
3 changed files with 7 additions and 1 deletions

1
THANKS
View file

@ -15,6 +15,7 @@ For fixes or providing information which led to a fix:
Lars J. Aas
Ian Bicking
George Caswell
Chris Cramer
I. N. Golubev
Brad Knotwell
Matthias Köppe

View file

@ -1,3 +1,8 @@
2001-01-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
* symbols.c (scm_symbol_bound_p): Fixed comment.
Thanks to Chris Cramer.
2001-01-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
* smob.[ch] (scm_make_smob_type): Return type is scm_bits_t now.

View file

@ -633,7 +633,7 @@ SCM_DEFINE (scm_symbol_bound_p, "symbol-bound?", 2, 0, 0,
(SCM o, SCM s),
"Return @var{#t} if @var{obarray} contains a symbol with name\n"
"@var{string} bound to a defined value. This differs from\n"
"@var{symbol-bound?} in that the mere mention of a symbol usually causes\n"
"@var{symbol-interned?} in that the mere mention of a symbol usually causes\n"
"it to be interned; @code{symbol-bound?} determines whether a symbol has\n"
"been given any meaningful value.")
#define FUNC_NAME s_scm_symbol_bound_p