@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,
@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
@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
\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
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