aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 300f3704731..9ae4a6764c2 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -23977,7 +23977,7 @@ Value is a number or a cons (WIDTH-DPI . HEIGHT-DPI). */);
23977 truncate_partial_width_windows = 1; 23977 truncate_partial_width_windows = 1;
23978 23978
23979 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video, 23979 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
23980 doc: /* nil means display the mode-line/header-line/menu-bar in the default face. 23980 doc: /* When nil, display the mode-line/header-line/menu-bar in the default face.
23981Any other value means to use the appropriate face, `mode-line', 23981Any other value means to use the appropriate face, `mode-line',
23982`header-line', or `menu' respectively. */); 23982`header-line', or `menu' respectively. */);
23983 mode_line_inverse_video = 1; 23983 mode_line_inverse_video = 1;