diff options
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 |