1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

(Symbol Props): It's "set-symbol-property!", not

"set-symbol-property".  Thanks to Pieter Pareit!
This commit is contained in:
Marius Vollmer 2002-09-16 20:04:08 +00:00
parent 2658ff802c
commit 6cb25600d6

View file

@ -2617,7 +2617,7 @@ the property list has no entry for @var{prop}, @code{symbol-property}
returns @code{#f}.
@end deffn
@deffn {Scheme Procedure} set-symbol-property sym prop val
@deffn {Scheme Procedure} set-symbol-property! sym prop val
In @var{sym}'s property list, set the value for property @var{prop} to
@var{val}, or add a new entry for @var{prop}, with value @var{val}, if
none already exists. For the structure of the property list, see