aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-06-23 16:31:28 +0000
committerKarl Heuer1999-06-23 16:31:28 +0000
commit9dc37d300f0a28cce24654ca3bba212a602f7228 (patch)
treeeec1c1ac573132160c9ed531ee3bb619b73a6fb7
parent2f845c348a42fdc8505dbd3df621cb4ceeefbd6e (diff)
downloademacs-9dc37d300f0a28cce24654ca3bba212a602f7228.tar.gz
emacs-9dc37d300f0a28cce24654ca3bba212a602f7228.zip
(iso-8859-n-locale-regexp): Doc fix.
-rw-r--r--lisp/startup.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 660836dd8df..7dba8954df5 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -298,10 +298,12 @@ is less convenient."
298 298
299(defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)\\>" 299(defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)\\>"
300 "Regexp that specifies when to enable an ISO 8859-N character set. 300 "Regexp that specifies when to enable an ISO 8859-N character set.
301We do that if this regexp matches the locale name 301We do that if this regexp matches the locale name specified by
302specified by the LC_ALL, LC_CTYPE and LANG environment variables. 302one of the environment variables LC_ALL, LC_CTYPE, or LANG.
303The paren group in the regexp should match the specific character 303The paren group in the regexp should match the specific character
304set number, N. Currently only Latin-[12345] is supported.") 304set number, N. Currently only Latin-[12345] are supported.
305\(Note that Latin-5 is ISO 8859-9, because 8859-[678] are non-Latin
306alphabets.\)")
305 307
306(defcustom mail-host-address nil 308(defcustom mail-host-address nil
307 "*Name of this machine, for purposes of naming users." 309 "*Name of this machine, for purposes of naming users."