diff options
| author | Eli Zaretskii | 2001-04-08 17:05:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-08 17:05:04 +0000 |
| commit | 2ab9e3cec6e2a996c8534655b432caa1d97e987f (patch) | |
| tree | c2690e93481fb59932c8eb1894499ad0013beb47 | |
| parent | cf47c5b2caeea44ee1e5be897595471abc05be44 (diff) | |
| download | emacs-2ab9e3cec6e2a996c8534655b432caa1d97e987f.tar.gz emacs-2ab9e3cec6e2a996c8534655b432caa1d97e987f.zip | |
(Init Syntax): Fix last change.
| -rw-r--r-- | man/custom.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man/custom.texi b/man/custom.texi index efd421fd74e..08f739771cd 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -2091,12 +2091,13 @@ a Meta character, as in @samp{\M-a} for @kbd{Meta-A} or @samp{\M-\C-a} for | |||
| 2091 | @cindex international characters in @file{.emacs} | 2091 | @cindex international characters in @file{.emacs} |
| 2092 | @cindex non-ASCII characters in @file{.emacs} | 2092 | @cindex non-ASCII characters in @file{.emacs} |
| 2093 | If you want to include non-ASCII characters in strings in your init | 2093 | If you want to include non-ASCII characters in strings in your init |
| 2094 | file, you should consider putting a @samp{-*- coding: -*-} tag on the | 2094 | file, you should consider putting a @samp{-*-coding: |
| 2095 | first line which states the coding system used to save your | 2095 | @var{coding-system}-*-} tag on the first line which states the coding |
| 2096 | @file{.emacs}, as explained in @ref{Recognize Coding}. This is | 2096 | system used to save your @file{.emacs}, as explained in @ref{Recognize |
| 2097 | because the defaults for decoding non-ASCII text might not yet be set | 2097 | Coding}. This is because the defaults for decoding non-ASCII text might |
| 2098 | up by the time Emacs reads those parts of your init file which use | 2098 | not yet be set up by the time Emacs reads those parts of your init file |
| 2099 | such strings, and Emacs might decode those strings incorrectly. | 2099 | which use such strings, possibly leading Emacs to decode those strings |
| 2100 | incorrectly. | ||
| 2100 | 2101 | ||
| 2101 | @item Characters: | 2102 | @item Characters: |
| 2102 | Lisp character constant syntax consists of a @samp{?} followed by | 2103 | Lisp character constant syntax consists of a @samp{?} followed by |