From: Eli Zaretskii Date: Fri, 17 Jul 2020 14:40:54 +0000 (+0300) Subject: Improve documentation of 'display-raw-bytes-as-hex' X-Git-Tag: emacs-27.1-rc1~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3bbd4fd00562578e840fbdaec5ed2000392d9e3;p=emacs.git Improve documentation of 'display-raw-bytes-as-hex' * doc/emacs/display.texi (Text Display): Mention 'display-raw-bytes-as-hex'. (Bug#42384) --- diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 849679ec501..a4040d986e1 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -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