From 06ba2c0053f64c4ef9afb47185b1ff913fbf0dab Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Wed, 21 May 2025 11:10:23 +0200 Subject: [PATCH] ; * lisp/disp-table.el (standard-display-unicode-special-glyphs): Fix typo. (cherry picked from commit 8605221ef604d8f7663f1fb16e2f2ea872a7ce84) --- lisp/disp-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 23671da5107..f012f61ddda 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -177,7 +177,7 @@ Valid symbols are `truncation', `wrap', `escape', `control', ;;;###autoload (defun standard-display-unicode-special-glyphs () - "Display some glyps using Unicode characters. + "Display some glyphs using Unicode characters. 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', -- 2.39.5