comparison man/commands.texi @ 36147:90084231ad3e

Minor change in wording.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2001 16:34:07 +0000
parents 94d46968a93f
children 11db0318031d
comparison
equal deleted inserted replaced
36146:885408f5ce84 36147:90084231ad3e
243 243
244 Non-ASCII printing characters can also appear in buffers. When 244 Non-ASCII printing characters can also appear in buffers. When
245 multibyte characters are enabled, you can use any of the non-ASCII 245 multibyte characters are enabled, you can use any of the non-ASCII
246 printing characters that Emacs supports. They have character codes 246 printing characters that Emacs supports. They have character codes
247 starting at 256, octal 0400, and each one is represented as a sequence 247 starting at 256, octal 0400, and each one is represented as a sequence
248 of two or more bytes. @xref{International}. Single byte characters 248 of two or more bytes. @xref{International}. Single-byte characters
249 with codes 128 through 255 may also appear in multibyte buffers. 249 with codes 128 through 255 can also appear in multibyte buffers.
250 250
251 If you disable multibyte characters, then you can use only one 251 If you disable multibyte characters, then you can use only one
252 alphabet of non-ASCII characters, but they all fit in one byte. They 252 alphabet of non-ASCII characters, but they all fit in one byte. They
253 use codes 0200 through 0377. @xref{Single-Byte Character Support}. 253 use codes 0200 through 0377. @xref{Single-Byte Character Support}.