]> git.eshelyaron.com Git - emacs.git/commitdiff
* w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Nov 2008 02:58:31 +0000 (02:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 30 Nov 2008 02:58:31 +0000 (02:58 +0000)
src/ChangeLog
src/w32proc.c

index 143d8730bab8bab514afa2da495d12656eaad93d..9fa128596bb8d716a36fba334b5123e8afdd6bed 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
+
 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
 
        * w32proc.c: Include "coding.h".
index 081749257f591412e216dcd084985774549732f4..867ceb60f3735e0ad23d9ae862e9bd47f34dbabb 100644 (file)
@@ -703,7 +703,7 @@ w32_executable_type (char * filename, int * is_dos_app, int * is_cygnus_app, int
                 {
                   char * dllname = RVA_TO_PTR (imports->Name, section,
                                                executable);
-                  
+
                   /* The exact name of the cygwin dll has changed with
                      various releases, but hopefully this will be reasonably
                      future proof.  */
@@ -1946,7 +1946,7 @@ DEFUN ("w32-get-locale-info", Fw32_get_locale_info,
        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)'.