diff options
| author | Eli Zaretskii | 2020-07-17 17:40:54 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-07-17 17:40:54 +0300 |
| commit | b3bbd4fd00562578e840fbdaec5ed2000392d9e3 (patch) | |
| tree | a48b4db0f95e588eb878b95cd2ea81221fd9082b | |
| parent | f50d79af6b19863edd9cb27d8201932f87d9549a (diff) | |
| download | emacs-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.texi | 4 |
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, | |||
| 1584 | character code @code{U+0098} (octal 230) is displayed as @samp{\230}. | 1584 | character code @code{U+0098} (octal 230) is displayed as @samp{\230}. |
| 1585 | If you change the buffer-local variable @code{ctl-arrow} to | 1585 | If 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 |
| 1587 | as octal escape sequences instead of caret escape sequences. | 1587 | as octal escape sequences instead of caret escape sequences. (You can |
| 1588 | also request that raw bytes be shown in hex, @pxref{Display Custom, | ||
| 1589 | display-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 |