From: Eli Zaretskii Date: Thu, 20 Jul 2023 10:23:01 +0000 (+0300) Subject: ; * src/xdisp.c: Fix wording in commentary. X-Git-Tag: emacs-29.1-rc1~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bd8e8c6d2b75d678c13ae34c401668d3e8eecc7;p=emacs.git ; * src/xdisp.c: Fix wording in commentary. --- 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