guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-88-g84af58


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-88-g84af582
Date: Tue, 01 Oct 2013 20:44:35 +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=84af582d1e9b5f04270d263a89aaa844750177d3

The branch, stable-2.0 has been updated
       via  84af582d1e9b5f04270d263a89aaa844750177d3 (commit)
      from  803c087e6b72f59ed9e529c1e1ca4fbe34e8eda5 (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 84af582d1e9b5f04270d263a89aaa844750177d3
Author: Mark H Weaver <address@hidden>
Date:   Mon Sep 30 12:46:01 2013 -0400

    Fix minor mistakes in documentation.
    
    Fixes <http://bugs.gnu.org/15487>.
    Reported by Josep Portella Florit <address@hidden>.
    
    * doc/ref/api-i18n.texi (i18n Introduction, Text Collation,
      Internationalization, Internationalization):
      LC_MESSAGE --> LC_MESSAGES.
    
    * doc/ref/api-procedures.texi (Compiled Procedures):
      program-lambda-alist --> program-lambda-list.
    
    * THANKS: Fix alignment of Josep Portella Florit.

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

Summary of changes:
 THANKS                      |    2 +-
 doc/ref/api-i18n.texi       |    2 +-
 doc/ref/api-procedures.texi |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/THANKS b/THANKS
index 222bcfd..ea7c8c3 100644
--- a/THANKS
+++ b/THANKS
@@ -74,7 +74,7 @@ For fixes or providing information which led to a fix:
           David Fang
           Barry Fishman
        Kevin J. Fletcher
- Josep Portella Florit
+          Josep Portella Florit
         Charles Gagnon
              Fu-gangqiang
           Aidan Gauland
diff --git a/doc/ref/api-i18n.texi b/doc/ref/api-i18n.texi
index 97474a2..fa3fe99 100644
--- a/doc/ref/api-i18n.texi
+++ b/doc/ref/api-i18n.texi
@@ -88,7 +88,7 @@ default @code{C} locale which usually represents conventions 
in use in
 the USA):
 
 @example
-(make-locale (list LC_MESSAGE LC_CTYPE) "sv_SE")
+(make-locale (list LC_MESSAGES LC_CTYPE) "sv_SE")
 @end example
 
 The following example combines the use of Esperanto messages and
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index e11479d..7fedadf 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -297,7 +297,7 @@ list, or @code{#f} if this information is not available.
 For example:
 
 @example
-(program-lambda-alist
+(program-lambda-list
  (lambda* (a b #:optional c #:key (d 1) #:rest e)
    #t)) @result{}
 @end example


hooks/post-receive
-- 
GNU Guile



reply via email to

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