aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-09-12 13:32:06 +0000
committerDave Love2000-09-12 13:32:06 +0000
commit0812c1e828a835f617e5e4ab14945fb125f8e8b6 (patch)
tree60b75c48039bfd4bb4f69830195c4a307ee4d449
parent8fcbbf7d4253e5f2303d9b338a45af4078f10015 (diff)
downloademacs-0812c1e828a835f617e5e4ab14945fb125f8e8b6.tar.gz
emacs-0812c1e828a835f617e5e4ab14945fb125f8e8b6.zip
(set-locale-environment): Doc fix.
-rw-r--r--lisp/international/mule-cmds.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index 72a791ccbdf..9c0cfa5cf42 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1799,7 +1799,12 @@ for Japanese in Japan using the `japanese-iso-8bit' coding-system.
1799If LOCALE-NAME is nil, its value is taken from the environment. 1799If LOCALE-NAME is nil, its value is taken from the environment.
1800 1800
1801The locale names supported by your system can typically be found in a 1801The locale names supported by your system can typically be found in a
1802directory named `/usr/share/locale' or `/usr/lib/locale'." 1802directory named `/usr/share/locale' or `/usr/lib/locale'. LOCALE-NAME
1803may be translated according to the table specified by
1804`locale-translation-file-name'.
1805
1806See also `locale-charset-language-names', `locale-language-names',
1807`locale-preferred-coding-systems' and `locale-coding-system'."
1803 1808
1804 ;; Do this at runtime for the sake of binaries possibly transported 1809 ;; Do this at runtime for the sake of binaries possibly transported
1805 ;; to a system without X. 1810 ;; to a system without X.