aboutsummaryrefslogtreecommitdiffstats
path: root/man/basic.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/basic.texi')
-rw-r--r--man/basic.texi11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/basic.texi b/man/basic.texi
index 2f5aa3162e1..2c78de612ad 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -636,10 +636,17 @@ Char: c (0143, 99, 0x63) point=21044 of 26883(78%) column 53
636 The four values after @samp{Char:} describe the character that follows 636 The four values after @samp{Char:} describe the character that follows
637point, first by showing it and then by giving its character code in 637point, first by showing it and then by giving its character code in
638octal, decimal and hex. For a non-@acronym{ASCII} multibyte character, these are 638octal, decimal and hex. For a non-@acronym{ASCII} multibyte character, these are
639followed by @samp{ext} and the character's representation, in hex, in 639followed by @samp{file} and the character's representation, in hex, in
640the buffer's coding system, if that coding system encodes the character 640the buffer's coding system, if that coding system encodes the character
641safely and with a single byte (@pxref{Coding Systems}). If the 641safely and with a single byte (@pxref{Coding Systems}). If the
642character's encoding is longer than one byte, Emacs shows @samp{ext ...}. 642character's encoding is longer than one byte, Emacs shows @samp{file ...}.
643
644 However, if the character displayed is in the range 0200 through
6450377 octal, it may actually stand for an invalid UTF-8 byte read from
646a file. In Emacs, that byte is represented as a sequence of 8-bit
647characters, but all of them together display as the original invalid
648byte, in octal code. In this case, @kbd{C-x =} shows @samp{part of
649display ...} instead of @samp{file}.
643 650
644 @samp{point=} is followed by the position of point expressed as a character 651 @samp{point=} is followed by the position of point expressed as a character
645count. The front of the buffer counts as position 1, one character later 652count. The front of the buffer counts as position 1, one character later