aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-10 23:28:57 +0000
committerJuanma Barranquero2006-12-10 23:28:57 +0000
commitb9fed7290fe1bbfa83260132285084718c318957 (patch)
tree9505bf455a4418586995a58d172aedf3caf66119 /src
parente1e4b63ba4b3109b73326746181f20a95acbad85 (diff)
downloademacs-b9fed7290fe1bbfa83260132285084718c318957.tar.gz
emacs-b9fed7290fe1bbfa83260132285084718c318957.zip
(format-mode-line): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
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
17259Optional second arg FACE specifies the face property to put 17259Optional second arg FACE specifies the face property to put
17260on all characters for which no face is specified. 17260on all characters for which no face is specified.
17261t means whatever face the window's mode line currently uses 17261The 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).
17263nil means the default is no face property. 17263A value of nil means the default is no face property.
17264If FACE is an integer, the value string has no text properties. 17264If FACE is an integer, the value string has no text properties.
17265 17265
17266Optional third and fourth args WINDOW and BUFFER specify the window 17266Optional third and fourth args WINDOW and BUFFER specify the window