aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-06-24 18:04:46 +0000
committerKarl Heuer1999-06-24 18:04:46 +0000
commit64b08c88cfec2af278de3b9f6c6641ec3300b52d (patch)
tree0a4dee65697ba2baa758b22665e94cc46efb6a46
parentf16d5106031d384534045adacb2a282c8b1f027e (diff)
downloademacs-64b08c88cfec2af278de3b9f6c6641ec3300b52d.tar.gz
emacs-64b08c88cfec2af278de3b9f6c6641ec3300b52d.zip
(iso-8859-n-locale-regexp): Doc fix.
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
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.
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] are 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 305\(Note that Latin-5 is ISO 8859-9, because 8859-[678] are non-Latin
306alphabets.\)") 306alphabets; hence, supported values of N are [12349].\)")
307 307
308(defcustom mail-host-address nil 308(defcustom mail-host-address nil
309 "*Name of this machine, for purposes of naming users." 309 "*Name of this machine, for purposes of naming users."