summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2024-02-22 00:01:15 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2024-02-22 00:01:15 +0000
commitf8e4439bec2928e060d94f5f3280ca31fd608ade (patch)
treef74338ba7020900c0a854c0b9da4ea74a587435d
parentdf8c953d5ad6a172ce4d52b6e866061b5aa1de15 (diff)
Fixed os.locale -> os.setlocale in manual.
git-svn-id: svn://tug.org/texlive/trunk@70059 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex-lua.tex2
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex.pdfbin1793962 -> 1793986 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-lua.tex b/Master/texmf-dist/doc/luatex/base/luatex-lua.tex
index c5d053e0937..fcb26a4b918 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex-lua.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatex-lua.tex
@@ -215,7 +215,7 @@ in the following order:
\startitem
When \LUATEX\ starts it sets the \type {locale} to a neutral value. If for
- some reason you use \type {os.locale}, you need to make sure you \type {nil}
+ some reason you use \type {os.setlocale}, you need to make sure you \type {nil}
it afterwards because otherwise it can interfere with code that for instance
generates dates. You can ignore the \type {locale} with:
diff --git a/Master/texmf-dist/doc/luatex/base/luatex.pdf b/Master/texmf-dist/doc/luatex/base/luatex.pdf
index 8c4d0e54ace..a01080f27bd 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex.pdf
+++ b/Master/texmf-dist/doc/luatex/base/luatex.pdf
Binary files differ