mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
in srfi-17, typo "above" should be "below"
This commit is contained in:
parent
2e7bc548b9
commit
696f98d57d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
@c This is part of the GNU Guile Reference Manual.
|
||||
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
|
||||
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 2007
|
||||
@c Free Software Foundation, Inc.
|
||||
@c See the file guile.texi for copying conditions.
|
||||
|
||||
|
@ -1665,7 +1665,7 @@ The SRFI specifies @code{setter} (@pxref{Procedures with Setters}) as
|
|||
a procedure with setter, allowing the setter for a procedure to be
|
||||
changed, eg.@: @code{(set! (setter foo) my-new-setter-handler)}.
|
||||
Currently Guile does not implement this, a setter can only be
|
||||
specified on creation (@code{getter-with-setter} above).
|
||||
specified on creation (@code{getter-with-setter} below).
|
||||
|
||||
@defun getter-with-setter
|
||||
The same as the Guile core @code{make-procedure-with-setter}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue