changeset 56785:729c70a81999

(Non-ASCII Rebinding): Fix and simplify the description for unibyte mode.
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Aug 2004 00:20:30 +0000
parents 48df713d79ca
children 1a0bf37e6b8c
files man/custom.texi
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/man/custom.texi	Tue Aug 24 22:14:46 2004 +0000
+++ b/man/custom.texi	Wed Aug 25 00:20:30 2004 +0000
@@ -1635,17 +1635,15 @@
 Type @kbd{C-q} followed by the key you want to bind, to insert @var{char}.
 
 Since this puts a non-@acronym{ASCII} character in the @file{.emacs},
-you should specify the proper coding system for that file.  @xref{Init
-Syntax}.  You should specify the same coding system for the file that
-you use for your keyboard.
+you should specify for that file a coding system that supports
+that character.  @xref{Init Syntax}.
 
-@strong{Warning:} if you change the keyboard encoding, or change
-from unibyte to multibyte mode, such that the code that
+@strong{Warning:} if you change the keyboard encoding, such that the code that
 @kbd{C-q} inserts becomes different, you'll need to edit the
 Lisp expression accordingly.
 
-If you bind 8-bit characters like this in your init file, you may find it
-convenient to specify that it is unibyte.  @xref{Enabling Multibyte}.
+@strong{Warning:} @kbd{C-q} will insert the wrong code if you visit
+the file @file{.emacs} in a unibyte buffer, so don't do that.
 
 @node Mouse Buttons
 @subsection Rebinding Mouse Buttons