diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index a0d0792eacc..c4554eb3187 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1763,3 +1763,9 @@ itself, in pixels; the default is 2. | |||
| 1763 | in text that is hard to read. Call the function | 1763 | in text that is hard to read. Call the function |
| 1764 | @code{tty-suppress-bold-inverse-default-colors} with a non-@code{nil} | 1764 | @code{tty-suppress-bold-inverse-default-colors} with a non-@code{nil} |
| 1765 | argument to suppress the effect of bold-face in this case. | 1765 | argument to suppress the effect of bold-face in this case. |
| 1766 | |||
| 1767 | @vindex display-raw-bytes-as-hex | ||
| 1768 | Raw bytes are displayed in octal format by default, for example a | ||
| 1769 | byte with a decimal value of 128 is displayed as @code{\200}. To | ||
| 1770 | change display to the hexadecimal format of @code{\x80}, set the | ||
| 1771 | variable @code{display-raw-bytes-as-hex} to @code{t}. | ||