From 5879a0c61b2c49b64dbb3a0ea29ba302338d225c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerd=20M=C3=B6llmann?= Date: Mon, 22 Dec 2025 15:01:46 +0100 Subject: [PATCH] ; * lisp/disp-table.el (standard-display-unicode-special-glyphs): fix doc. --- lisp/disp-table.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/disp-table.el b/lisp/disp-table.el index ada7a5a9302..a38913ab687 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -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))