1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

Improve documentation of 'display-raw-bytes-as-hex'

* doc/emacs/display.texi (Text Display): Mention
'display-raw-bytes-as-hex'.  (Bug#42384)
This commit is contained in:
Eli Zaretskii 2020-07-17 17:40:54 +03:00
parent f50d79af6b
commit b3bbd4fd00

View File

@ -1584,7 +1584,9 @@ sequences}, with the @code{escape-glyph} face. For instance,
character code @code{U+0098} (octal 230) is displayed as @samp{\230}.
If you change the buffer-local variable @code{ctl-arrow} to
@code{nil}, the @acronym{ASCII} control characters are also displayed
as octal escape sequences instead of caret escape sequences.
as octal escape sequences instead of caret escape sequences. (You can
also request that raw bytes be shown in hex, @pxref{Display Custom,
display-raw-bytes-as-hex}.)
@vindex nobreak-char-display
@cindex non-breaking space