diff options
| author | Karl Heuer | 1999-06-23 16:31:28 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-06-23 16:31:28 +0000 |
| commit | 9dc37d300f0a28cce24654ca3bba212a602f7228 (patch) | |
| tree | eec1c1ac573132160c9ed531ee3bb619b73a6fb7 | |
| parent | 2f845c348a42fdc8505dbd3df621cb4ceeefbd6e (diff) | |
| download | emacs-9dc37d300f0a28cce24654ca3bba212a602f7228.tar.gz emacs-9dc37d300f0a28cce24654ca3bba212a602f7228.zip | |
(iso-8859-n-locale-regexp): Doc fix.
| -rw-r--r-- | lisp/startup.el | 8 |
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. |
| 301 | We do that if this regexp matches the locale name | 301 | We do that if this regexp matches the locale name specified by |
| 302 | specified by the LC_ALL, LC_CTYPE and LANG environment variables. | 302 | one of the environment variables LC_ALL, LC_CTYPE, or LANG. |
| 303 | The paren group in the regexp should match the specific character | 303 | The paren group in the regexp should match the specific character |
| 304 | set number, N. Currently only Latin-[12345] is supported.") | 304 | set number, N. Currently only Latin-[12345] are supported. |
| 305 | \(Note that Latin-5 is ISO 8859-9, because 8859-[678] are non-Latin | ||
| 306 | alphabets.\)") | ||
| 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." |