Changelog.old: Fix typo in ancient entry.

While I think it's not worth the trouble to update the _style_ (line
length, phrasing, etc.) of historical change log entries, misspellings
of C/C++ symbol names (or file names!) should be amenable to correction
because doing so aids archeological efforts on the source code.  ("When
did this change, and why?")
This commit is contained in:
G. Branden Robinson 2025-04-20 14:31:56 -05:00
parent a19b17e715
commit 19e445b429

View File

@ -4373,7 +4373,7 @@ Sun Oct 14 11:46:46 1990 James Clark (jjc at jclark)
(font_family::~font_family): New function.
(invalidate_fontno): Use font_family::map_size.
(get_fontno, env_space_width, env_half_narrow_space_width,
env_narrow_space_width, symbol_fotno, is_good_fontno,
env_narrow_space_width, symbol_fontno, is_good_fontno,
get_bold_fontno, make_glyph_node): Use font_table_size rather than
FONTS_MAX.
(next_available_font_position): Never return 0.