aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-01-05 00:09:29 +0000
committerRichard M. Stallman <[email protected]>2005-01-05 00:09:29 +0000
commit721d04ba97a7366489ec460c473883f771105482 (patch)
tree9cbaff60c5e82c49bb03e89cbda90aae1902c43e
parente2ed433103e2ef2903f8bbf10000d894d2306905 (diff)
(Fformat_mode_line): Doc fix.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 91ef024904..02d9585407 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -15971,7 +15971,7 @@ store_mode_line_string (string, lisp_string, copy_string, field_width, precision
DEFUN ("format-mode-line", Fformat_mode_line, Sformat_mode_line,
0, 4, 0,
doc: /* Return the mode-line of selected window as a string.
-First optional arg FORMAT specifies a different format string (see
+First optional arg FORMAT specifies the mode line format (see
`mode-line-format' for details) to use. If FORMAT is t, return
the buffer's header-line. Second optional arg WINDOW specifies a
different window to use as the context for the formatting.