Skip to content

Commit 4bd8e8c

Browse files
committed
; * src/xdisp.c: Fix wording in commentary.
1 parent 3af27a4 commit 4bd8e8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xdisp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
7878
At its highest level, redisplay can be divided into 3 distinct
7979
steps, all of which are visible in `redisplay_internal':
8080

81-
. decide which windows on which frames need their windows
82-
considered for redisplay
81+
. decide which frames need their windows to be considered for redisplay
8382
. for each window whose display might need to be updated, compute
8483
a structure, called "glyph matrix", which describes how it
8584
should look on display

0 commit comments

Comments
 (0)