elisp: Mode Line Format

 
 22.4 Mode Line Format
 =====================
 
 Each Emacs window (aside from minibuffer windows) typically has a mode
 line at the bottom, which displays status information about the buffer
 displayed in the window.  The mode line contains information about the
 buffer, such as its name, associated file, depth of recursive editing,
 and major and minor modes.  A window can also have a “header line”,
 which is much like the mode line but appears at the top of the window.
 
    This section describes how to control the contents of the mode line
 and header line.  We include it in this chapter because much of the
 information displayed in the mode line relates to the enabled major and
 minor modes.
 

Menu