From 29085a668ee0e245f2890f5dcb5eaa3ea7ea62d0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 13 Feb 2022 13:43:53 +0200 Subject: [PATCH] Fix a typo in fontset.el * lisp/international/fontset.el (xlfd-regexp-spacing-subnum): Fix a typo. Reported by Greg A. Woods . --- lisp/international/fontset.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 240def6c035..31ffaf157b6 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -1132,7 +1132,7 @@ Internal use only. Should be called at startup time." (defconst xlfd-regexp-pointsize-subnum 6) ; POINT_SIZE (defconst xlfd-regexp-resx-subnum 7) ; RESOLUTION_X (defconst xlfd-regexp-resy-subnum 8) ; RESOLUTION_Y -(defconst xlfd-regexp-spacing-subnum 8) ; SPACING +(defconst xlfd-regexp-spacing-subnum 9) ; SPACING (defconst xlfd-regexp-avgwidth-subnum 10) ; AVERAGE_WIDTH (defconst xlfd-regexp-registry-subnum 11) ; REGISTRY and ENCODING -- 2.39.2