diff options
| -rw-r--r-- | lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 5c895747a94..6ee08b5bb66 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1612,7 +1612,7 @@ It is normally @code{nil}, so that ordinary buffers have no header line. | |||
| 1612 | @end defvar | 1612 | @end defvar |
| 1613 | 1613 | ||
| 1614 | @node Emulating Mode Line | 1614 | @node Emulating Mode Line |
| 1615 | @section Emulating Mode Line Formating | 1615 | @subsection Emulating Mode Line Formating |
| 1616 | 1616 | ||
| 1617 | You can use the function @code{format-mode-line} to compute | 1617 | You can use the function @code{format-mode-line} to compute |
| 1618 | the text that would appear in a mode line or header line | 1618 | the text that would appear in a mode line or header line |