changeset 33523:b7c8067e0332

8-bit in multibyte buffers
author Dave Love <fx@gnu.org>
date Wed, 15 Nov 2000 23:17:11 +0000
parents 38707ddf75f7
children cf8e03cd4985
files man/commands.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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