From 22f9ae8d9672d5e3ef2106d43a56f5e144924acf Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Mon, 20 Nov 1995 23:24:11 +0000 Subject: [PATCH] Fixed typo in example. --- v7/doc/user-manual/user.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1