diff options
| author | John Paul Wallington | 2003-08-14 05:43:15 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-08-14 05:43:15 +0000 |
| commit | 3ebe0346b2ecfc62f786f2749b0f843edce4c3eb (patch) | |
| tree | 1bc9bdfb9c652f45b20533e76ec5b5a342c5cf1a /lispref | |
| parent | 890c3bd4294e8c3321f7b283c7e56329a8d75dbe (diff) | |
| download | emacs-3ebe0346b2ecfc62f786f2749b0f843edce4c3eb.tar.gz emacs-3ebe0346b2ecfc62f786f2749b0f843edce4c3eb.zip | |
*** empty log message ***
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/modes.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9e9b16abb69..9b472563a03 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-08-14 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * modes.texi (Emulating Mode Line): Subsection, not section. | ||
| 4 | |||
| 1 | 2003-08-13 Richard M. Stallman <rms@gnu.org> | 5 | 2003-08-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * elisp.texi (Top): Update subnode lists in menu. | 7 | * elisp.texi (Top): Update subnode lists in menu. |
diff --git a/lispref/modes.texi b/lispref/modes.texi index 6ee08b5bb66..4c1a0b42b53 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../info/modes | 6 | @setfilename ../info/modes |
| 7 | @node Modes, Documentation, Keymaps, Top | 7 | @node Modes, Documentation, Keymaps, Top |
| 8 | @chapter Major and Minor Modes | 8 | @chapter Major and Minor Modes |
| 9 | @cindex mode | 9 | @cindex mode |
| 10 | 10 | ||
| @@ -1161,7 +1161,7 @@ actually appears. | |||
| 1161 | * %-Constructs:: Putting information into a mode line. | 1161 | * %-Constructs:: Putting information into a mode line. |
| 1162 | * Properties in Mode:: Using text properties in the mode line. | 1162 | * Properties in Mode:: Using text properties in the mode line. |
| 1163 | * Header Lines:: Like a mode line, but at the top. | 1163 | * Header Lines:: Like a mode line, but at the top. |
| 1164 | * Emulating Mode Line:: Formating text as the mode line would. | 1164 | * Emulating Mode Line:: Formatting text as the mode line would. |
| 1165 | @end menu | 1165 | @end menu |
| 1166 | 1166 | ||
| 1167 | @node Mode Line Data | 1167 | @node Mode Line Data |
| @@ -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 | @subsection Emulating Mode Line Formating | 1615 | @subsection Emulating Mode Line Formatting |
| 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 |