Document procedure arity and generic procedures.
authorChris Hanson <org/chris-hanson/cph>
Tue, 24 May 2005 19:20:11 +0000 (19:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 24 May 2005 19:20:11 +0000 (19:20 +0000)
v7/doc/ref-manual/procedures.texi

index 12cc905b6d71a6af35a3ccf5885ebd80d9e36d8d..b8c872d36019c10aeaab0af2fbb699b5adef157a 100644 (file)
@@ -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