diff options
| author | Juanma Barranquero | 2002-06-12 09:37:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-06-12 09:37:43 +0000 |
| commit | 8b22c65ad8d81768abd43e379f13312f932ffe88 (patch) | |
| tree | aaf0a80869e62345a377586112ac75599cc4b219 /src | |
| parent | 1b55e3016d1fea6ac5773b9c48d32cc70969161c (diff) | |
| download | emacs-8b22c65ad8d81768abd43e379f13312f932ffe88.tar.gz emacs-8b22c65ad8d81768abd43e379f13312f932ffe88.zip | |
(Fformat_mode_line): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7c0e3a0486..be56c0aa6d4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-06-12 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * xdisp.c (Fformat_mode_line): Fix typo. | ||
| 4 | |||
| 1 | 2002-06-12 Kim F. Storm <storm@cua.dk> | 5 | 2002-06-12 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * xdisp.c (Fformat_mode_line): New function. | 7 | * xdisp.c (Fformat_mode_line): New function. |
diff --git a/src/xdisp.c b/src/xdisp.c index eccc484a27d..a69d01b1508 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -14019,7 +14019,7 @@ DEFUN ("format-mode-line", Fformat_mode_line, Sformat_mode_line, | |||
| 14019 | 0, 2, 0, | 14019 | 0, 2, 0, |
| 14020 | doc: /* Return the mode-line of selected window as a string. | 14020 | doc: /* Return the mode-line of selected window as a string. |
| 14021 | First optional arg FORMAT specifies a different format string (see | 14021 | First optional arg FORMAT specifies a different format string (see |
| 14022 | `mode-line-format' for for details) to use. If FORMAT is t, return | 14022 | `mode-line-format' for details) to use. If FORMAT is t, return |
| 14023 | the buffer's header-line. Second optional arg WINDOW specifies a | 14023 | the buffer's header-line. Second optional arg WINDOW specifies a |
| 14024 | different window to use as the context for the formatting. */) | 14024 | different window to use as the context for the formatting. */) |
| 14025 | (format, window) | 14025 | (format, window) |