aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-04-08 17:05:04 +0000
committerEli Zaretskii2001-04-08 17:05:04 +0000
commit2ab9e3cec6e2a996c8534655b432caa1d97e987f (patch)
treec2690e93481fb59932c8eb1894499ad0013beb47
parentcf47c5b2caeea44ee1e5be897595471abc05be44 (diff)
downloademacs-2ab9e3cec6e2a996c8534655b432caa1d97e987f.tar.gz
emacs-2ab9e3cec6e2a996c8534655b432caa1d97e987f.zip
(Init Syntax): Fix last change.
-rw-r--r--man/custom.texi13
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}
2093If you want to include non-ASCII characters in strings in your init 2093If you want to include non-ASCII characters in strings in your init
2094file, you should consider putting a @samp{-*- coding: -*-} tag on the 2094file, you should consider putting a @samp{-*-coding:
2095first 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 2096system used to save your @file{.emacs}, as explained in @ref{Recognize
2097because the defaults for decoding non-ASCII text might not yet be set 2097Coding}. This is because the defaults for decoding non-ASCII text might
2098up by the time Emacs reads those parts of your init file which use 2098not yet be set up by the time Emacs reads those parts of your init file
2099such strings, and Emacs might decode those strings incorrectly. 2099which use such strings, possibly leading Emacs to decode those strings
2100incorrectly.
2100 2101
2101@item Characters: 2102@item Characters:
2102Lisp character constant syntax consists of a @samp{?} followed by 2103Lisp character constant syntax consists of a @samp{?} followed by