; * lisp/disp-table.el (standard-display-unicode-special-glyphs): fix doc.

This commit is contained in:
Gerd Möllmann 2025-12-22 15:01:46 +01:00
parent 575dc8e534
commit 5879a0c61b

View file

@ -184,9 +184,9 @@ The glyphs being changed by this function are `vertical-border',
`box-double-horizontal', `box-double-down-right',
`box-double-down-left', `box-double-up-right', `box-double-up-left'.
To customize the glyphs, use `make-glyph' to create a glyph from
a character code and a face, and then use `set-display-table-slot'
to assign the glyph to a slot."
To customize the glyphs, use `make-glyph-code' to create a glyph from a
character code and a face, and then use `set-display-table-slot' to
assign the glyph to a slot."
(interactive)
(set-display-table-slot standard-display-table
'vertical-border (make-glyph-code #x2502))