diff options
| author | Juanma Barranquero | 2006-12-10 23:28:57 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-10 23:28:57 +0000 |
| commit | b9fed7290fe1bbfa83260132285084718c318957 (patch) | |
| tree | 9505bf455a4418586995a58d172aedf3caf66119 /src | |
| parent | e1e4b63ba4b3109b73326746181f20a95acbad85 (diff) | |
| download | emacs-b9fed7290fe1bbfa83260132285084718c318957.tar.gz emacs-b9fed7290fe1bbfa83260132285084718c318957.zip | |
(format-mode-line): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 0a2b58761d8..da5c88a0355 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -17258,9 +17258,9 @@ for details) to use. | |||
| 17258 | 17258 | ||
| 17259 | Optional second arg FACE specifies the face property to put | 17259 | Optional second arg FACE specifies the face property to put |
| 17260 | on all characters for which no face is specified. | 17260 | on all characters for which no face is specified. |
| 17261 | t means whatever face the window's mode line currently uses | 17261 | The value t means whatever face the window's mode line currently uses |
| 17262 | \(either `mode-line' or `mode-line-inactive', depending). | 17262 | \(either `mode-line' or `mode-line-inactive', depending). |
| 17263 | nil means the default is no face property. | 17263 | A value of nil means the default is no face property. |
| 17264 | If FACE is an integer, the value string has no text properties. | 17264 | If FACE is an integer, the value string has no text properties. |
| 17265 | 17265 | ||
| 17266 | Optional third and fourth args WINDOW and BUFFER specify the window | 17266 | Optional third and fourth args WINDOW and BUFFER specify the window |