summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/uniconv.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1ca30..ec6af31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-12-23 Bruno Haible <bruno@clisp.org>
+
+ doc: Update description of locale_charset.
+ * doc/uniconv.texi (uniconv.h): Fix reference to config.charset, which
+ was removed on 2018-05-19.
+
2019-12-22 Bruno Haible <bruno@clisp.org>
build: Don't erase the .sym file if 'sed' is not GNU sed.
diff --git a/doc/uniconv.texi b/doc/uniconv.texi
index 2437a38..c11558f 100644
--- a/doc/uniconv.texi
+++ b/doc/uniconv.texi
@@ -9,7 +9,7 @@ The following function returns the locale encoding.
@deftypefun {const char *} locale_charset ()
Determines the current locale's character encoding, and canonicalizes it
-into one of the canonical names listed in @file{config.charset}.
+into one of the canonical names listed in @file{localcharset.h}.
If the canonical name cannot be determined, the result is a non-canonical
name.