summaryrefslogtreecommitdiff
path: root/lisp/international/fontset.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-02-13 13:43:53 +0200
committerEli Zaretskii <eliz@gnu.org>2022-02-13 13:43:53 +0200
commit29085a668ee0e245f2890f5dcb5eaa3ea7ea62d0 (patch)
tree07dd1b6d1a3f0116ef6724037441fbcc4bfe7a8d /lisp/international/fontset.el
parentcdcfeef13cf830e4a449e00845e7284438e5a30f (diff)
downloademacs-29085a668ee0e245f2890f5dcb5eaa3ea7ea62d0.tar.gz
Fix a typo in fontset.el
* lisp/international/fontset.el (xlfd-regexp-spacing-subnum): Fix a typo. Reported by Greg A. Woods <woods@robohack.ca>.
Diffstat (limited to 'lisp/international/fontset.el')
-rw-r--r--lisp/international/fontset.el2
1 files changed, 1 insertions, 1 deletions
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