From: Chris Hanson Date: Tue, 24 May 2005 19:20:11 +0000 (+0000) Subject: Document procedure arity and generic procedures. X-Git-Tag: 20090517-FFI~1306 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=405883b87216542bcbaf9ea206ac1d9f2c702f57;p=mit-scheme.git Document procedure arity and generic procedures. --- diff --git a/v7/doc/ref-manual/procedures.texi b/v7/doc/ref-manual/procedures.texi index 12cc905b6..b8c872d36 100644 --- a/v7/doc/ref-manual/procedures.texi +++ b/v7/doc/ref-manual/procedures.texi @@ -1,5 +1,5 @@ @c This file is part of the MIT/GNU Scheme Reference Manual. -@c $Id: procedures.texi,v 1.2 2005/05/24 19:19:30 cph Exp $ +@c $Id: procedures.texi,v 1.3 2005/05/24 19:20:11 cph Exp $ @c Copyright 1991,1992,1993,1994,1995 Massachusetts Institute of Technology @c Copyright 1996,1997,1999,2000,2001 Massachusetts Institute of Technology @@ -750,7 +750,7 @@ Returns a list of the built-in dispatch tags. @deffn procedure record-type-dispatch-tag record-type Returns the dispatch tag associate with @var{record-type}. See -@xref{Records} for more information about record types. +@xref{Records}, for more information about record types. @end deffn @deffn procedure dispatch-tag? object