]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Wrong procedure.
authorArthur A. Gleckler <gnu@speechcode.com>
Tue, 23 Jun 2020 23:44:00 +0000 (16:44 -0700)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Jun 2020 06:35:09 +0000 (23:35 -0700)
doc/ref-manual/io.texi

index 617230b7862c377c9cbea7fdf189ce86d9575e72..b36dbfac7be5918ca04d311a3094d08a3a280f2d 100644 (file)
@@ -1516,7 +1516,7 @@ above.
 This procedure is @strong{deprecated}; instead use
 @example
 @group
-(define-print-method (record-constructor @var{record-type})
+(define-print-method (record-predicate @var{record-type})
   @var{unparser-method})
 @end group
 @end example