From 405883b87216542bcbaf9ea206ac1d9f2c702f57 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 24 May 2005 19:20:11 +0000 Subject: [PATCH] Document procedure arity and generic procedures. --- v7/doc/ref-manual/procedures.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1