aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-01 21:00:29 +0300
committerEli Zaretskii2014-07-01 21:00:29 +0300
commitcdadeecf05ab8a4bf5a513959f1fab2ef0d6323b (patch)
tree69fd235bc2b4dfda00224130e325de5feb13ae22 /src
parentff6e6a42fcf9a3c7d42bd305d6a1f5c9079764ee (diff)
downloademacs-cdadeecf05ab8a4bf5a513959f1fab2ef0d6323b.tar.gz
emacs-cdadeecf05ab8a4bf5a513959f1fab2ef0d6323b.zip
src/dispnew.c: Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index e20d592e19e..2d137b4abbd 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1074,7 +1074,7 @@ prepare_desired_row (struct window *w, struct glyph_row *row, bool mode_line_p)
1074 { 1074 {
1075 /* Mode and header lines, if displayed, never have marginal 1075 /* Mode and header lines, if displayed, never have marginal
1076 areas. If we are called with MODE_LINE_P non-zero, we are 1076 areas. If we are called with MODE_LINE_P non-zero, we are
1077 displaying the mode/header line in this widnow, and so the 1077 displaying the mode/header line in this window, and so the
1078 marginal areas of this glyph row should be eliminated. This 1078 marginal areas of this glyph row should be eliminated. This
1079 is needed when the mode/header line is switched on in a 1079 is needed when the mode/header line is switched on in a
1080 window that has display margins. */ 1080 window that has display margins. */