diff options
| author | Miles Bader | 2001-08-15 17:06:15 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-08-15 17:06:15 +0000 |
| commit | 46ff99c07e33882fde37146f5b064ea04ac7eaa9 (patch) | |
| tree | 89b4787670d5f795fc3a37f5f9b6d8b908da7f56 | |
| parent | 288d4e0606fb974057bee798b9a2e7afbb385b12 (diff) | |
| download | emacs-46ff99c07e33882fde37146f5b064ea04ac7eaa9.tar.gz emacs-46ff99c07e33882fde37146f5b064ea04ac7eaa9.zip | |
Correct description of `mode-line-inverse-video'.
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | man/display.texi | 8 |
2 files changed, 7 insertions, 6 deletions
| @@ -207,8 +207,9 @@ occupy more space, and thus might cause the first or the last line of | |||
| 207 | the window to be partially obscured.) | 207 | the window to be partially obscured.) |
| 208 | 208 | ||
| 209 | The variable `mode-line-inverse-video', which was used in older | 209 | The variable `mode-line-inverse-video', which was used in older |
| 210 | versions of emacs to make the mode-line stand out, now defaults to nil, | 210 | versions of emacs to make the mode-line stand out, is now deprecated. |
| 211 | and its use is deprecated. | 211 | However, setting it to nil will cause the `mode-line' face to be |
| 212 | ignored, and mode-lines to be drawn using the default text face. | ||
| 212 | 213 | ||
| 213 | +++ | 214 | +++ |
| 214 | ** Mouse-sensitive mode line. | 215 | ** Mouse-sensitive mode line. |
diff --git a/man/display.texi b/man/display.texi index ea55a8c4882..aded56c9ec3 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -785,10 +785,10 @@ users should skip it. | |||
| 785 | The variable @code{mode-line-inverse-video} is an obsolete way of | 785 | The variable @code{mode-line-inverse-video} is an obsolete way of |
| 786 | controlling whether the mode line is displayed in inverse video; the | 786 | controlling whether the mode line is displayed in inverse video; the |
| 787 | preferred way of doing this is to change the @code{mode-line} face. | 787 | preferred way of doing this is to change the @code{mode-line} face. |
| 788 | @xref{Mode Line}. If you specify the foreground color for the | 788 | @xref{Mode Line}. However, if @code{mode-line-inverse-video} has a |
| 789 | @code{mode-line} face, and @code{mode-line-inverse-video} is | 789 | value of @code{nil}, then the @code{mode-line} face will be ignored, |
| 790 | non-@code{nil}, then the default background color for that face is the | 790 | and mode-lines will be drawn using the default text face. |
| 791 | usual foreground color. @xref{Faces}. | 791 | @xref{Faces}. |
| 792 | 792 | ||
| 793 | @vindex inverse-video | 793 | @vindex inverse-video |
| 794 | If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts | 794 | If the variable @code{inverse-video} is non-@code{nil}, Emacs attempts |