diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
commit | 5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch) | |
tree | 9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /src/xfont.c | |
parent | a1f88963f5d185551af143c0faa7854519706858 (diff) | |
download | emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.bz2 emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip |
; Fix typos
Diffstat (limited to 'src/xfont.c')
-rw-r--r-- | src/xfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfont.c b/src/xfont.c index ce32c7a2188..fdadb05500a 100644 --- a/src/xfont.c +++ b/src/xfont.c @@ -238,7 +238,7 @@ xfont_chars_supported (Lisp_Object chars, XFontStruct *xfont, static Lisp_Object xfont_scripts_cache; -/* Re-usable vector to store characteristic font properties. */ +/* Reusable vector to store characteristic font properties. */ static Lisp_Object xfont_scratch_props; /* Return a list of scripts supported by the font of FONTNAME whose |