]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fformat_mode_line): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 5 Jan 2005 00:09:29 +0000 (00:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 5 Jan 2005 00:09:29 +0000 (00:09 +0000)
src/xdisp.c

index 91ef0249045cd3336c9745974766143430ef794d..02d95854078916f091234adba757b5028fe82239 100644 (file)
@@ -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.