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