guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-14-98-g9f


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-14-98-g9fd01bc
Date: Wed, 26 Jan 2011 19:10:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=9fd01bce225a55411c4926430778e6bb213e206d

The branch, master has been updated
       via  9fd01bce225a55411c4926430778e6bb213e206d (commit)
      from  c5fc8f8c5645b3ebd1d38320b524ea8ef2480c77 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9fd01bce225a55411c4926430778e6bb213e206d
Author: Andy Wingo <address@hidden>
Date:   Wed Jan 26 20:13:16 2011 +0100

    fix format ~f documentation for width combined with overflowchar
    
    * doc/ref/misc-modules.texi (Formatted Output): Adapt ~f documentation
      to indicate that the output will always have a decimal point.  Thanks
      to Fu-gangqiang for the report.
    
    * THANKS: Update.

-----------------------------------------------------------------------

Summary of changes:
 THANKS                    |    1 +
 doc/ref/misc-modules.texi |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/THANKS b/THANKS
index bae2b1e..96b9ead 100644
--- a/THANKS
+++ b/THANKS
@@ -44,6 +44,7 @@ For fixes or providing information which led to a fix:
           David Fang
           Barry Fishman
         Charles Gagnon
+             Fu-gangqiang
           Peter Gavin
            Nils Gey
            Eric Gillespie, Jr
diff --git a/doc/ref/misc-modules.texi b/doc/ref/misc-modules.texi
index e17f985..7071dad 100644
--- a/doc/ref/misc-modules.texi
+++ b/doc/ref/misc-modules.texi
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
address@hidden Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 
2009, 2010
address@hidden Copyright (C)  1996, 1997, 2000, 2001, 2002, 2003, 2004, 2006, 
2009, 2010, 2011
 @c   Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
@@ -400,8 +400,8 @@ would exceed @var{width}, then that many 
@var{overflowchar}s are
 printed instead of the value.
 
 @example
-(format #t "~5,,,'xf" 12345) @print{} 12345
-(format #t "~4,,,'xf" 12345) @print{} xxxx
+(format #t "~6,,,'xf" 12345) @print{} 12345.
+(format #t "~5,,,'xf" 12345) @print{} xxxxx
 @end example
 
 @item @nicode{~e}


hooks/post-receive
-- 
GNU Guile



reply via email to

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