summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-08-15 14:18:17 +0300
committerEli Zaretskii <eliz@gnu.org>2021-08-15 14:18:17 +0300
commit36964b2358f6a3a0c722b04cf5b8505f247c300c (patch)
tree112eb766ea0b939de68198194a2b3624739370ae
parentfdf148cab4c0b74028b34dd4d3a2cd9e4efa8c19 (diff)
downloademacs-36964b2358f6a3a0c722b04cf5b8505f247c300c.tar.gz
; * src/xdisp.c (display_mode_lines): Fix comment.
-rw-r--r--src/xdisp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index ac80827bc3d..972b90177c6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -25434,8 +25434,9 @@ redisplay_mode_lines (Lisp_Object window, bool force)
}
-/* Display the mode and/or header line of window W. Value is the sum
- number of mode lines, header lines, and tab lines actually displayed. */
+/* Display the mode line, the header line, and the tab-line of window
+ W. Value is the sum number of mode lines, header lines, and tab
+ lines actually displayed. */
static int
display_mode_lines (struct window *w)