1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-27 15:43:13 -07:00

; 'standard-display-unicode-special-glyphs': Doc fix

* lisp/disp-table.el (standard-display-unicode-special-glyphs):
Describe in the doc string how to customize the glyphs.  (Bug#80043)
This commit is contained in:
Eli Zaretskii 2025-12-21 07:53:51 +02:00
parent 28a3e3d983
commit fd1b597781

View file

@ -182,7 +182,11 @@ The glyphs being changed by this function are `vertical-border',
`box-vertical',`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-right', `box-double-up-left',"
`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."
(interactive)
(set-display-table-slot standard-display-table
'vertical-border (make-glyph-code #x2502))