Mercurial > emacs
changeset 74598:f91c735c3055
(syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 11 Dec 2006 16:39:09 +0000 |
parents | ee63ac76eb51 |
children | 37d6b6cd4b63 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Mon Dec 11 16:14:15 2006 +0000 +++ b/src/xdisp.c Mon Dec 11 16:39:09 2006 +0000 @@ -23977,7 +23977,7 @@ 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;