emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog w32proc.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog w32proc.c
Date: Sun, 30 Nov 2008 02:58:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/11/30 02:58:33

Modified files:
        src            : ChangeLog w32proc.c 

Log message:
        * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7133&r2=1.7134
http://cvs.savannah.gnu.org/viewcvs/emacs/src/w32proc.c?cvsroot=emacs&r1=1.85&r2=1.86

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7133
retrieving revision 1.7134
diff -u -b -r1.7133 -r1.7134
--- ChangeLog   29 Nov 2008 18:35:33 -0000      1.7133
+++ ChangeLog   30 Nov 2008 02:58:31 -0000      1.7134
@@ -1,3 +1,7 @@
+2008-11-30  Juanma Barranquero  <address@hidden>
+
+       * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
+
 2008-11-29  Juanma Barranquero  <address@hidden>
 
        * w32proc.c: Include "coding.h".

Index: w32proc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32proc.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- w32proc.c   29 Nov 2008 18:35:36 -0000      1.85
+++ w32proc.c   30 Nov 2008 02:58:33 -0000      1.86
@@ -1946,7 +1946,7 @@
        Sw32_get_locale_info, 1, 2, 0,
        doc: /* Return information about the Windows locale LCID.
 By default, return a three letter locale code which encodes the default
-language as the first two characters, and the country or regionial variant
+language as the first two characters, and the country or regional variant
 as the third letter.  For example, ENU refers to `English (United States)',
 while ENC means `English (Canadian)'.
 




reply via email to

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