diff options
| author | Lars Ingebrigtsen | 2016-04-30 22:48:08 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-30 22:48:08 +0200 |
| commit | bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935 (patch) | |
| tree | 5a1d0ba6492cad531f1827c3138fe67ea7304abb | |
| parent | a3151a28789f413af73b14fbba557b2a587fca53 (diff) | |
| download | emacs-bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935.tar.gz emacs-bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935.zip | |
Document mode mode line variables
* doc/lispref/modes.texi (Mode Line Variables): Document
`mode-line-front-space, `mode-line-misc-info',
`mode-line-end-spaces' (bug#21014).
| -rw-r--r-- | doc/lispref/modes.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index d2eebb7ddb4..ae79128f84d 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -1994,6 +1994,21 @@ with the major mode as: @samp{(Shell:run)}. Normally this variable | |||
| 1994 | is @code{nil}. | 1994 | is @code{nil}. |
| 1995 | @end defvar | 1995 | @end defvar |
| 1996 | 1996 | ||
| 1997 | @defvar mode-line-front-space | ||
| 1998 | This variable is displayed at the front of the mode line. By default, | ||
| 1999 | this construct is displayed right at the beginning of the mode line, | ||
| 2000 | except that if there is a memory-full message, it is displayed first. | ||
| 2001 | @end defvar | ||
| 2002 | |||
| 2003 | @defvar mode-line-end-spaces | ||
| 2004 | This variable is displayed at the end of the mode line. | ||
| 2005 | @end defvar | ||
| 2006 | |||
| 2007 | @defvar mode-line-misc-info | ||
| 2008 | Mode line construct for miscellaneous information. By default, this | ||
| 2009 | shows the information specified by @code{global-mode-string}. | ||
| 2010 | @end defvar | ||
| 2011 | |||
| 1997 | @defvar minor-mode-alist | 2012 | @defvar minor-mode-alist |
| 1998 | @anchor{Definition of minor-mode-alist} | 2013 | @anchor{Definition of minor-mode-alist} |
| 1999 | This variable holds an association list whose elements specify how the | 2014 | This variable holds an association list whose elements specify how the |