From 696f98d57d983674c6ad8c8ccbafde4932e94b33 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 15 Jan 2007 21:57:59 +0000 Subject: [PATCH] in srfi-17, typo "above" should be "below" --- doc/ref/srfi-modules.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 12d552003..61c105c5b 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -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}