From 4bd8e8c6d2b75d678c13ae34c401668d3e8eecc7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Jul 2023 13:23:01 +0300 Subject: [PATCH] ; * src/xdisp.c: Fix wording in commentary. --- src/xdisp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 5a014e87e6c..fdb4acd71bf 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -78,8 +78,7 @@ along with GNU Emacs. If not, see . */ At its highest level, redisplay can be divided into 3 distinct steps, all of which are visible in `redisplay_internal': - . decide which windows on which frames need their windows - considered for redisplay + . decide which frames need their windows to be considered for redisplay . for each window whose display might need to be updated, compute a structure, called "glyph matrix", which describes how it should look on display -- 2.39.2