From 4cba8c0bdcce038e6966aab82d08859d796e69d0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 16 Jul 2001 12:22:17 +0000 Subject: [PATCH] Comment fix. --- src/xfaces.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index 0734cd169fa..734e1c493f9 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -1034,8 +1034,8 @@ Optional THOROUGHLY non-nil means try to free unused fonts, too.") #ifdef HAVE_WINDOW_SYSTEM -/* Remove those fonts from the font table of frame F exept for the - default ASCII font for the frame. Called from clear_face_cache +/* Remove fonts from the font table of DPYINFO except for the default + ASCII fonts of frames on that display. Called from clear_face_cache from time to time. */ static void -- 2.11.4.GIT