From 3f6f5e0cbef756114ca706288c849b9d84af4d28 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 15 Nov 2000 23:17:11 +0000 Subject: [PATCH] 8-bit in multibyte buffers --- man/commands.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/commands.texi b/man/commands.texi index fe908e825e5..00db9140150 100644 --- a/man/commands.texi +++ b/man/commands.texi @@ -244,7 +244,8 @@ columns). @xref{Text Display}. 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 -- 2.39.5