mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
(Symbol Props): It's "set-symbol-property!", not
"set-symbol-property". Thanks to Pieter Pareit!
This commit is contained in:
parent
6f663ebc8c
commit
6852c744de
1 changed files with 1 additions and 1 deletions
|
@ -2665,7 +2665,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