Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
35f36d65
Commit
35f36d65
authored
Nov 30, 2008
by
Juanma Barranquero
Browse files
* w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
parent
59ef77e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/w32proc.c
src/w32proc.c
+2
-2
No files found.
src/ChangeLog
View file @
35f36d65
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".
...
...
src/w32proc.c
View file @
35f36d65
...
...
@@ -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 region
i
al 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)'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment