From: Karl Heuer Date: Thu, 24 Jun 1999 18:04:46 +0000 (+0000) Subject: (iso-8859-n-locale-regexp): Doc fix. X-Git-Tag: emacs-20.4~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64b08c88cfec2af278de3b9f6c6641ec3300b52d;p=emacs.git (iso-8859-n-locale-regexp): Doc fix. --- diff --git a/lisp/startup.el b/lisp/startup.el index 7dba8954df5..b30bd450ea3 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -303,7 +303,7 @@ 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] are supported. \(Note that Latin-5 is ISO 8859-9, because 8859-[678] are non-Latin -alphabets.\)") +alphabets; hence, supported values of N are [12349].\)") (defcustom mail-host-address nil "*Name of this machine, for purposes of naming users."