diff options
| author | Eli Zaretskii | 2025-01-26 17:50:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-01-26 17:50:34 +0200 |
| commit | 8cfb4e35da4b7ffa84c521e28fd592c40209d04e (patch) | |
| tree | 0a5b9c816bce4ce1cba382498a58189285bc7c1f /doc | |
| parent | 4e78a3e117f4ca0b6b9f3b7a2d7919cb5b2e0295 (diff) | |
| download | emacs-8cfb4e35da4b7ffa84c521e28fd592c40209d04e.tar.gz emacs-8cfb4e35da4b7ffa84c521e28fd592c40209d04e.zip | |
; Fix last change
* lisp/disp-table.el (display-table-slot)
(set-display-table-slot):
* etc/NEWS:
* doc/lispref/display.texi (Display Tables): Fix punctuation and
typos.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 39f182995c0..3bf9f3bd2ac 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -8727,7 +8727,7 @@ the single-line tty menu separator. | |||
| 8727 | 8727 | ||
| 8728 | The glyphs for a double-line border, in the order of vertical, | 8728 | The glyphs for a double-line border, in the order of vertical, |
| 8729 | horizontal, down-right edge, down-left edge, up-right, and up-left edge | 8729 | horizontal, down-right edge, down-left edge, up-right, and up-left edge |
| 8730 | glyphs. The horizontal glyph is also used for the single-line tty menu | 8730 | glyphs. The horizontal glyph is also used for the single-line TTY menu |
| 8731 | separator, the other glyphs are not yet used. | 8731 | separator, the other glyphs are not yet used. |
| 8732 | @end table | 8732 | @end table |
| 8733 | 8733 | ||
| @@ -8766,7 +8766,7 @@ Valid slot name symbols are @code{truncation}, @code{wrap}, | |||
| 8766 | @code{box-down-right}, @code{box-down-left}, @code{box-up-right}, | 8766 | @code{box-down-right}, @code{box-down-left}, @code{box-up-right}, |
| 8767 | @code{box-up-left}, @code{box-double-vertical}, | 8767 | @code{box-up-left}, @code{box-double-vertical}, |
| 8768 | @code{box-double-horizontal}, @code{box-double-down-right}, | 8768 | @code{box-double-horizontal}, @code{box-double-down-right}, |
| 8769 | @code{box-double-down-left}, @code{box-double-down-left}, | 8769 | @code{box-double-down-left}, @code{box-double-up-right}, |
| 8770 | @code{box-double-up-left}. | 8770 | @code{box-double-up-left}. |
| 8771 | 8771 | ||
| 8772 | @defun describe-display-table display-table | 8772 | @defun describe-display-table display-table |