From 31ec0f0a5d020ef2a7a592c3b8723172385f4187 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 11 Dec 2006 16:39:09 +0000 Subject: [PATCH] (syms_of_xdisp) : Doc fix. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). */); truncate_partial_width_windows = 1; DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video, - doc: /* nil means display the mode-line/header-line/menu-bar in the default face. + doc: /* When nil, display the mode-line/header-line/menu-bar in the default face. Any other value means to use the appropriate face, `mode-line', `header-line', or `menu' respectively. */); mode_line_inverse_video = 1; -- 2.39.5