guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Update copyright date of manual, and a small fix


From: Mark H Weaver
Subject: [PATCH] Update copyright date of manual, and a small fix
Date: Tue, 01 Feb 2011 04:37:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

A small and obvious fix.

     Mark


>From a1cb834b176f51fced0d8e346767151508540729 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <address@hidden>
Date: Tue, 1 Feb 2011 04:31:13 -0500
Subject: [PATCH] Update copyright date of manual, and a small fix

* doc/ref/guile.texi: Update copyright date to 2011.

* doc/ref/r6rs.texi (rnrs base): Fix typo: `rem0' -> `div0'.
---
 doc/ref/guile.texi |    4 ++--
 doc/ref/r6rs.texi  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi
index 1e7a277..dfadd13 100644
--- a/doc/ref/guile.texi
+++ b/doc/ref/guile.texi
@@ -12,8 +12,8 @@
 @copying
 This manual documents Guile version @value{VERSION}.
 
-Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free
-Software Foundation.
+Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2009,
+2010, 2011 Free Software Foundation.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi
index d6d9d9f..ffd238d 100644
--- a/doc/ref/r6rs.texi
+++ b/doc/ref/r6rs.texi
@@ -499,7 +499,7 @@ it returns @math{ceiling(@var{x}/@var{y})}.
 @deffnx {Scheme Procedure} div0-and-mod0 x y
 These procedures accept two real numbers @var{x} and @var{y}, where the
 divisor @var{y} must be non-zero.  @code{div0} returns the
-integer @var{q} and @code{rem0} returns the real number
+integer @var{q} and @code{mod0} returns the real number
 @var{r} such that @address@hidden = @address@hidden + @var{r}} and
 @math{-abs(@var{y}/2) <= @var{r} < abs(@var{y}/2)}.  @code{div0-and-mod0}
 returns both @var{q} and @var{r}, and is more efficient than computing
-- 
1.5.6.5


reply via email to

[Prev in Thread] Current Thread [Next in Thread]