Fixed some random typos.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 23 Jul 2009 20:30:05 +0000 (13:30 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Thu, 23 Jul 2009 20:30:05 +0000 (13:30 -0700)
doc/ref-manual/lists.texi
doc/user-manual/user.texinfo

index 48096a717819980edc07df6417703a1266909741..09bac29247d0d8a6d8eee2f6975cb73ee30ebb35 100644 (file)
@@ -1,5 +1,5 @@
 @c This file is part of the MIT/GNU Scheme Reference Manual.
-@c $Id: lists.texi,v 1.7 2008/01/31 00:54:36 cph Exp $
+@c $Id$
 
 @c Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
 @c     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@ -1041,7 +1041,8 @@ equivalent:
 
 @deffn procedure append-map procedure list list @dots{}
 @deffnx procedure append-map* initial-value procedure list list @dots{}
-@findex append
+@findex append-map
+@findex append-map*
 Similar to @code{map} and @code{map*}, respectively, except that the
 results of applying @var{procedure} to the elements of @var{list}s are
 concatenated together by @code{append} rather than by @code{cons}.  The
@@ -1057,7 +1058,8 @@ following are equivalent, except that the former is more efficient:
 
 @deffn procedure append-map! procedure list list @dots{}
 @deffnx procedure append-map*! initial-value procedure list list @dots{}
-@findex append!
+@findex append-map!
+@findex append-map*!
 Similar to @code{map} and @code{map*}, respectively, except that the
 results of applying @var{procedure} to the elements of @var{list}s are
 concatenated together by @code{append!} rather than by @code{cons}.  The
index 231e60a4f8605031ba2d8e685a4993c7221e3745..c90f18ea1ba9951e80cf41d65b2debcc5ce56f38 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo @c -*-texinfo-*-
-@comment $Id: user.texinfo,v 1.114 2009/04/28 22:10:26 mhb Exp $
+@comment $Id$
 @comment %**start of header
 @setfilename mit-scheme-user
 @set EDITION 1.92
@@ -1363,7 +1363,7 @@ line.
 
 There are several ways that you can leave Scheme: there are two Scheme
 procedures that you can call; there are several Edwin commands that you
-can execute; and there are are graphical-interface buttons (and their
+can execute; and there are graphical-interface buttons (and their
 associated keyboard accelerators) that you can activate.
 
 @itemize @bullet