summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-15 23:17:11 +0000
committerDave Love <fx@gnu.org>2000-11-15 23:17:11 +0000
commit3f6f5e0cbef756114ca706288c849b9d84af4d28 (patch)
tree12e9acdd1212401356d86640f394f1c1cbe4c213
parent021bc64b33411c5ea6233a19a51dfdf95614fdd6 (diff)
downloademacs-3f6f5e0cbef756114ca706288c849b9d84af4d28.tar.gz
8-bit in multibyte buffers
-rw-r--r--man/commands.texi3
1 files changed, 2 insertions, 1 deletions
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