mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
; 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.
This commit is contained in:
parent
4e78a3e117
commit
8cfb4e35da
3 changed files with 11 additions and 12 deletions
|
|
@ -8727,7 +8727,7 @@ the single-line tty menu separator.
|
|||
|
||||
The glyphs for a double-line border, in the order of vertical,
|
||||
horizontal, down-right edge, down-left edge, up-right, and up-left edge
|
||||
glyphs. The horizontal glyph is also used for the single-line tty menu
|
||||
glyphs. The horizontal glyph is also used for the single-line TTY menu
|
||||
separator, the other glyphs are not yet used.
|
||||
@end table
|
||||
|
||||
|
|
@ -8766,7 +8766,7 @@ Valid slot name symbols are @code{truncation}, @code{wrap},
|
|||
@code{box-down-right}, @code{box-down-left}, @code{box-up-right},
|
||||
@code{box-up-left}, @code{box-double-vertical},
|
||||
@code{box-double-horizontal}, @code{box-double-down-right},
|
||||
@code{box-double-down-left}, @code{box-double-down-left},
|
||||
@code{box-double-down-left}, @code{box-double-up-right},
|
||||
@code{box-double-up-left}.
|
||||
|
||||
@defun describe-display-table display-table
|
||||
|
|
|
|||
15
etc/NEWS
15
etc/NEWS
|
|
@ -48,16 +48,15 @@ init file.
|
|||
* Changes in Emacs 31.1
|
||||
|
||||
+++
|
||||
** standard-display-table now has more extra slots
|
||||
|
||||
standard-display-table has been extended to allow specifying glyphs that
|
||||
are used for borders around child frames and menu separators on TTY
|
||||
** 'standard-display-table' now has more extra slots.
|
||||
'standard-display-table' has been extended to allow specifying glyphs
|
||||
that are used for borders around child frames and menu separators on TTY
|
||||
frames.
|
||||
|
||||
Call function standard-display-unicode-special-glyphs to set up the
|
||||
standard-display-table's extra slots with Unicode characters. Please
|
||||
see the documentation of that function to see which slots of the display
|
||||
table it changes.
|
||||
Call the function 'standard-display-unicode-special-glyphs' to set up
|
||||
the 'standard-display-table's extra slots with Unicode characters.
|
||||
Please see the documentation of that function to see which slots of the
|
||||
display table it changes.
|
||||
|
||||
** Child frames are now supported on TTY frames.
|
||||
This supports use-cases like Posframe, Corfu, and child frames acting
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ Valid symbols are `truncation', `wrap', `escape', `control',
|
|||
`box-horizontal', `box-down-right', `box-down-left', `box-up-right',
|
||||
`box-up-left',`box-double-vertical', `box-double-horizontal',
|
||||
`box-double-down-right', `box-double-down-left',
|
||||
`box-double-up-left', `box-double-up-left',"
|
||||
`box-double-up-right', `box-double-up-left',"
|
||||
(let ((slot-number
|
||||
(if (numberp slot) slot
|
||||
(or (get slot 'display-table-slot)
|
||||
|
|
@ -86,7 +86,7 @@ Valid symbols are `truncation', `wrap', `escape', `control',
|
|||
`box-horizontal', `box-down-right', `box-down-left', `box-up-right',
|
||||
`box-up-left',`box-double-vertical', `box-double-horizontal',
|
||||
`box-double-down-right', `box-double-down-left',
|
||||
`box-double-up-left', `box-double-up-left',"
|
||||
`box-double-up-right', `box-double-up-left',"
|
||||
(let ((slot-number
|
||||
(if (numberp slot) slot
|
||||
(or (get slot 'display-table-slot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue