aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-11 16:39:09 +0000
committerJuanma Barranquero2006-12-11 16:39:09 +0000
commit31ec0f0a5d020ef2a7a592c3b8723172385f4187 (patch)
tree4b126677f208204432e1c1d84d28dbcd798b96ee /src
parent304bbefcd432156fb067663ae588ebd268634589 (diff)
downloademacs-31ec0f0a5d020ef2a7a592c3b8723172385f4187.tar.gz
emacs-31ec0f0a5d020ef2a7a592c3b8723172385f4187.zip
(syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
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;