]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 11 Dec 2006 16:39:09 +0000 (16:39 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 11 Dec 2006 16:39:09 +0000 (16:39 +0000)
src/xdisp.c

index 300f3704731d0c709e68d3d69f31ea28a5bc1cb4..9ae4a6764c204158d6407367ac50b9382470a035 100644 (file)
@@ -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;