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:
parent
2658ff802c
commit
6cb25600d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue