From 944e6001e2266d9e1f2b960fe9e9edee4b1fde3e Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 23 Jul 2009 13:30:05 -0700 Subject: [PATCH] Fixed some random typos. --- doc/ref-manual/lists.texi | 8 +++++--- doc/user-manual/user.texinfo | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/ref-manual/lists.texi b/doc/ref-manual/lists.texi index 48096a717..09bac2924 100644 --- a/doc/ref-manual/lists.texi +++ b/doc/ref-manual/lists.texi @@ -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 diff --git a/doc/user-manual/user.texinfo b/doc/user-manual/user.texinfo index 231e60a4f..c90f18ea1 100644 --- a/doc/user-manual/user.texinfo +++ b/doc/user-manual/user.texinfo @@ -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 -- 2.25.1