From 03eb60c17ad3abb221aaa71623ce837906836d49 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Aug 2013 18:14:23 +0300 Subject: [PATCH] xdisp.c: Fix a typo in a comment for the last commit. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index fc19b5ce6d7..102eafbba49 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -11173,7 +11173,7 @@ prepare_menu_bars (void) || FRAME_VISIBLE_P (f) == 1 /* Exclude TTY frames that are obscured because they are not the top frame on their console. This is - because x_consider_frame_title actually swit6ches + because x_consider_frame_title actually switches to the frame, which for TTY frames means it is marked as garbaged, and will be completely redrawn on the next redisplay cycle. This causes -- 2.39.2