aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2023-07-20 13:23:01 +0300
committerEli Zaretskii2023-07-20 13:23:01 +0300
commit4bd8e8c6d2b75d678c13ae34c401668d3e8eecc7 (patch)
tree259a1a5a4ce8c9c07de07e3d7e7ea32c1888a69d /src
parent3af27a4b815906c2ee38cbaf3a765289b3df061a (diff)
downloademacs-4bd8e8c6d2b75d678c13ae34c401668d3e8eecc7.tar.gz
emacs-4bd8e8c6d2b75d678c13ae34c401668d3e8eecc7.zip
; * src/xdisp.c: Fix wording in commentary.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 1 insertions, 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 <https://www.gnu.org/licenses/>. */
78 At its highest level, redisplay can be divided into 3 distinct 78 At its highest level, redisplay can be divided into 3 distinct
79 steps, all of which are visible in `redisplay_internal': 79 steps, all of which are visible in `redisplay_internal':
80 80
81 . decide which windows on which frames need their windows 81 . decide which frames need their windows to be considered for redisplay
82 considered for redisplay
83 . for each window whose display might need to be updated, compute 82 . for each window whose display might need to be updated, compute
84 a structure, called "glyph matrix", which describes how it 83 a structure, called "glyph matrix", which describes how it
85 should look on display 84 should look on display