comparison src/w32proc.c @ 100062:d4660dbaa550

* w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 30 Nov 2008 02:58:31 +0000
parents 3ec2cc2d35c1
children d23b1588c7c1
comparison
equal deleted inserted replaced
100061:18bc0d1e74ff 100062:d4660dbaa550
701 701
702 for ( ; imports->Name; imports++) 702 for ( ; imports->Name; imports++)
703 { 703 {
704 char * dllname = RVA_TO_PTR (imports->Name, section, 704 char * dllname = RVA_TO_PTR (imports->Name, section,
705 executable); 705 executable);
706 706
707 /* The exact name of the cygwin dll has changed with 707 /* The exact name of the cygwin dll has changed with
708 various releases, but hopefully this will be reasonably 708 various releases, but hopefully this will be reasonably
709 future proof. */ 709 future proof. */
710 if (strncmp (dllname, "cygwin", 6) == 0) 710 if (strncmp (dllname, "cygwin", 6) == 0)
711 { 711 {
1944 1944
1945 DEFUN ("w32-get-locale-info", Fw32_get_locale_info, 1945 DEFUN ("w32-get-locale-info", Fw32_get_locale_info,
1946 Sw32_get_locale_info, 1, 2, 0, 1946 Sw32_get_locale_info, 1, 2, 0,
1947 doc: /* Return information about the Windows locale LCID. 1947 doc: /* Return information about the Windows locale LCID.
1948 By default, return a three letter locale code which encodes the default 1948 By default, return a three letter locale code which encodes the default
1949 language as the first two characters, and the country or regionial variant 1949 language as the first two characters, and the country or regional variant
1950 as the third letter. For example, ENU refers to `English (United States)', 1950 as the third letter. For example, ENU refers to `English (United States)',
1951 while ENC means `English (Canadian)'. 1951 while ENC means `English (Canadian)'.
1952 1952
1953 If the optional argument LONGFORM is t, the long form of the locale 1953 If the optional argument LONGFORM is t, the long form of the locale
1954 name is returned, e.g. `English (United States)' instead; if LONGFORM 1954 name is returned, e.g. `English (United States)' instead; if LONGFORM