mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * lisp/disp-table.el (standard-display-unicode-special-glyphs): fix doc.
This commit is contained in:
parent
575dc8e534
commit
5879a0c61b
1 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue