From: Stephen Adams Date: Mon, 20 Nov 1995 23:24:11 +0000 (+0000) Subject: Fixed typo in example. X-Git-Tag: 20090517-FFI~5721 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=22f9ae8d9672d5e3ef2106d43a56f5e144924acf;p=mit-scheme.git Fixed typo in example. --- diff --git a/v7/doc/user-manual/user.texinfo b/v7/doc/user-manual/user.texinfo index 6c306f62e..f3ebdb895 100644 --- a/v7/doc/user-manual/user.texinfo +++ b/v7/doc/user-manual/user.texinfo @@ -2,7 +2,7 @@ @iftex @finalout @end iftex -@comment $Id: user.texinfo,v 1.35 1995/11/01 16:51:08 adams Exp $ +@comment $Id: user.texinfo,v 1.36 1995/11/20 23:24:11 adams Exp $ @comment %**start of header (This is for running Texinfo on a region.) @setfilename user.info @settitle MIT Scheme User's Manual @@ -4208,7 +4208,7 @@ the following code, the compiler knows that the result of @code{fix:-}. @example -(define (last-index v) (- (vector-length v))) +(define (last-index v) (- (vector-length v) 1)) @end example In the following example the compiler replaces @code{+} with