comparison lispref/modes.texi @ 67909:a01ca682e5e1

(Mode Line Format): Correct typo in menu.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 30 Dec 2005 05:14:38 +0000
parents 1d5d6f907447
children 9b969687ff7c
comparison
equal deleted inserted replaced
67908:87596c6dfb64 67909:a01ca682e5e1
1520 minor modes. 1520 minor modes.
1521 1521
1522 @menu 1522 @menu
1523 * Base: Mode Line Basics. Basic ideas of mode line control. 1523 * Base: Mode Line Basics. Basic ideas of mode line control.
1524 * Data: Mode Line Data. The data structure that controls the mode line. 1524 * Data: Mode Line Data. The data structure that controls the mode line.
1525 * Top: Mode LIne Top. The top level variable, mode-line-format. 1525 * Top: Mode Line Top. The top level variable, mode-line-format.
1526 * Mode Line Variables:: Variables used in that data structure. 1526 * Mode Line Variables:: Variables used in that data structure.
1527 * %-Constructs:: Putting information into a mode line. 1527 * %-Constructs:: Putting information into a mode line.
1528 * Properties in Mode:: Using text properties in the mode line. 1528 * Properties in Mode:: Using text properties in the mode line.
1529 * Header Lines:: Like a mode line, but at the top. 1529 * Header Lines:: Like a mode line, but at the top.
1530 * Emulating Mode Line:: Formatting text as the mode line would. 1530 * Emulating Mode Line:: Formatting text as the mode line would.