aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-07-17 17:40:54 +0300
committerEli Zaretskii2020-07-17 17:40:54 +0300
commitb3bbd4fd00562578e840fbdaec5ed2000392d9e3 (patch)
treea48b4db0f95e588eb878b95cd2ea81221fd9082b
parentf50d79af6b19863edd9cb27d8201932f87d9549a (diff)
downloademacs-b3bbd4fd00562578e840fbdaec5ed2000392d9e3.tar.gz
emacs-b3bbd4fd00562578e840fbdaec5ed2000392d9e3.zip
Improve documentation of 'display-raw-bytes-as-hex'
* doc/emacs/display.texi (Text Display): Mention 'display-raw-bytes-as-hex'. (Bug#42384)
-rw-r--r--doc/emacs/display.texi4
1 files changed, 3 insertions, 1 deletions
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,
1584character code @code{U+0098} (octal 230) is displayed as @samp{\230}. 1584character code @code{U+0098} (octal 230) is displayed as @samp{\230}.
1585If you change the buffer-local variable @code{ctl-arrow} to 1585If you change the buffer-local variable @code{ctl-arrow} to
1586@code{nil}, the @acronym{ASCII} control characters are also displayed 1586@code{nil}, the @acronym{ASCII} control characters are also displayed
1587as octal escape sequences instead of caret escape sequences. 1587as octal escape sequences instead of caret escape sequences. (You can
1588also request that raw bytes be shown in hex, @pxref{Display Custom,
1589display-raw-bytes-as-hex}.)
1588 1590
1589@vindex nobreak-char-display 1591@vindex nobreak-char-display
1590@cindex non-breaking space 1592@cindex non-breaking space