]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (Fformat_mode_line): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 23 Jul 2024 11:07:30 +0000 (14:07 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 16:56:45 +0000 (18:56 +0200)
(cherry picked from commit 7588e1f8a9fc95a199a2a32242b5224021a44458)

src/xdisp.c

index 4185e368c96dfa48be76c9a7c86c77d381228248..45317cc9f5dd3c0402e17837fc7de76aced7abcf 100644 (file)
@@ -28160,7 +28160,7 @@ store_mode_line_string (const char *string, Lisp_Object lisp_string,
 
 DEFUN ("format-mode-line", Fformat_mode_line, Sformat_mode_line,
        1, 4, 0,
-       doc: /* Format a string out of a mode line format specification.
+       doc: /* Return a string formatted according to mode-line format specification.
 First arg FORMAT specifies the mode line format (see `mode-line-format'
 for details) to use.