]> git.eshelyaron.com Git - emacs.git/commitdiff
(iso-8859-n-locale-regexp): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 23 Jun 1999 16:31:28 +0000 (16:31 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 23 Jun 1999 16:31:28 +0000 (16:31 +0000)
lisp/startup.el

index 660836dd8df59f9b64c869fd33a358411f9cb1fd..7dba8954df571c4dd8e0d44dcf53da2e85c4b435 100644 (file)
@@ -298,10 +298,12 @@ is less convenient."
 
 (defconst iso-8859-n-locale-regexp "8859[-_]?\\([1-49]\\)\\>"
   "Regexp that specifies when to enable an ISO 8859-N character set.
-We do that if this regexp matches the locale name
-specified by the LC_ALL, LC_CTYPE and LANG environment variables.
+We do that if this regexp matches the locale name specified by
+one of the environment variables LC_ALL, LC_CTYPE, or LANG.
 The paren group in the regexp should match the specific character
-set number, N.  Currently only Latin-[12345] is supported.")
+set number, N.  Currently only Latin-[12345] are supported.
+\(Note that Latin-5 is ISO 8859-9, because 8859-[678] are non-Latin
+alphabets.\)")
 
 (defcustom mail-host-address nil
   "*Name of this machine, for purposes of naming users."