aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2013-08-07 18:14:23 +0300
committerEli Zaretskii2013-08-07 18:14:23 +0300
commit03eb60c17ad3abb221aaa71623ce837906836d49 (patch)
treebe9806c95bf6417c423f6b2a020da59e5d7cd7f1 /src
parent2a024334540b2f75b34ed16a425f37bab33fef4e (diff)
downloademacs-03eb60c17ad3abb221aaa71623ce837906836d49.tar.gz
emacs-03eb60c17ad3abb221aaa71623ce837906836d49.zip
xdisp.c: Fix a typo in a comment for the last commit.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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)
11173 || FRAME_VISIBLE_P (f) == 1 11173 || FRAME_VISIBLE_P (f) == 1
11174 /* Exclude TTY frames that are obscured because they 11174 /* Exclude TTY frames that are obscured because they
11175 are not the top frame on their console. This is 11175 are not the top frame on their console. This is
11176 because x_consider_frame_title actually swit6ches 11176 because x_consider_frame_title actually switches
11177 to the frame, which for TTY frames means it is 11177 to the frame, which for TTY frames means it is
11178 marked as garbaged, and will be completely 11178 marked as garbaged, and will be completely
11179 redrawn on the next redisplay cycle. This causes 11179 redrawn on the next redisplay cycle. This causes