# HG changeset patch # User Dave Love # Date 974330231 0 # Node ID b7c8067e0332d749d5e0759648c6aa70a96e3706 # Parent 38707ddf75f7cf2f268bc967007df74d387a5e15 8-bit in multibyte buffers diff -r 38707ddf75f7 -r b7c8067e0332 man/commands.texi --- a/man/commands.texi Wed Nov 15 23:16:04 2000 +0000 +++ b/man/commands.texi Wed Nov 15 23:17:11 2000 +0000 @@ -244,7 +244,8 @@ multibyte characters are enabled, you can use any of the non-ASCII printing characters that Emacs supports. They have character codes starting at 256, octal 0400, and each one is represented as a sequence -of two or more bytes. @xref{International}. +of two or more bytes. @xref{International}. Single byte characters +with codes 128 through 255 may also appear in multibyte buffers. If you disable multibyte characters, then you can use only one alphabet of non-ASCII characters, but they all fit in one byte. They