changeset 59365:63100bba6ef9

(Fformat_mode_line): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 05 Jan 2005 00:09:29 +0000
parents 6c0affadd4d4
children 147cb3c3959b
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Tue Jan 04 23:41:51 2005 +0000
+++ b/src/xdisp.c	Wed Jan 05 00:09:29 2005 +0000
@@ -15971,7 +15971,7 @@
 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.