Raymond Toy pushed to branch issue-369-unix-setlocale-docstring at cmucl / cmucl
Commits:
-
7b418580
by Raymond Toy at 2025-01-28T06:16:55-08:00
1 changed file:
Changes:
... | ... | @@ -2874,7 +2874,7 @@ |
2874 | 2874 | |
2875 | 2875 | (defun unix-setlocale ()
|
2876 | 2876 | _N"Set all the categories of the locale according to the values of
|
2877 | - the environment variables calling setlocale(LC_ALL, \"\").
|
|
2877 | + the environment variables by calling setlocale(LC_ALL, \"\").
|
|
2878 | 2878 | |
2879 | 2879 | Returns 0 on success and -1 if setlocale failed."
|
2880 | 2880 | (alien:alien-funcall
|