# HG changeset patch # User Eli Zaretskii # Date 986749504 0 # Node ID d2c4a8eb274a379dd0b856a9d364e40402aef02c # Parent ff4c34a900652389b3bf6061f8acc307e02794cc (Init Syntax): Fix last change. diff -r ff4c34a90065 -r d2c4a8eb274a man/custom.texi --- a/man/custom.texi Sat Apr 07 08:00:51 2001 +0000 +++ b/man/custom.texi Sun Apr 08 17:05:04 2001 +0000 @@ -2091,12 +2091,13 @@ @cindex international characters in @file{.emacs} @cindex non-ASCII characters in @file{.emacs} If you want to include non-ASCII characters in strings in your init -file, you should consider putting a @samp{-*- coding: -*-} tag on the -first line which states the coding system used to save your -@file{.emacs}, as explained in @ref{Recognize Coding}. This is -because the defaults for decoding non-ASCII text might not yet be set -up by the time Emacs reads those parts of your init file which use -such strings, and Emacs might decode those strings incorrectly. +file, you should consider putting a @samp{-*-coding: +@var{coding-system}-*-} tag on the first line which states the coding +system used to save your @file{.emacs}, as explained in @ref{Recognize +Coding}. This is because the defaults for decoding non-ASCII text might +not yet be set up by the time Emacs reads those parts of your init file +which use such strings, possibly leading Emacs to decode those strings +incorrectly. @item Characters: Lisp character constant syntax consists of a @samp{?} followed by