aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-01 08:34:43 -0400
committerEli Zaretskii2024-06-01 08:34:43 -0400
commit22d9bbe284e96037f190e0152461efb05cae9455 (patch)
tree25a2fc65c1cc62252bf095ee592829be99c43959 /src
parentbed63ea922a4e13bd3d6fbb3e7e7f2b408779d3b (diff)
parentbf50aa38f9d2a3a5af8d32ce139c7533c912c476 (diff)
downloademacs-22d9bbe284e96037f190e0152461efb05cae9455.tar.gz
emacs-22d9bbe284e96037f190e0152461efb05cae9455.zip
Merge from origin/emacs-29
bf50aa38f9d Improve documentation of case-conversion commands 225b426f256 ; Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/w32font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c
index 1c2da1b26fc..ccbd3837afb 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -430,7 +430,7 @@ w32font_encode_char (struct font *font, int c)
430} 430}
431 431
432/* w32 implementation of text_extents for font backend. 432/* w32 implementation of text_extents for font backend.
433 Perform the size computation of glyphs of FONT and fillin members 433 Perform the size computation of glyphs of FONT and fill in members
434 of METRICS. The glyphs are specified by their glyph codes in 434 of METRICS. The glyphs are specified by their glyph codes in
435 CODE (length NGLYPHS). Apparently metrics can be NULL, in this 435 CODE (length NGLYPHS). Apparently metrics can be NULL, in this
436 case just return the overall width. */ 436 case just return the overall width. */