aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 22:48:08 +0200
committerLars Ingebrigtsen2016-04-30 22:48:08 +0200
commitbf7a630b0a5d3900f2afb0e7a881ce62e2b9f935 (patch)
tree5a1d0ba6492cad531f1827c3138fe67ea7304abb
parenta3151a28789f413af73b14fbba557b2a587fca53 (diff)
downloademacs-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.texi15
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
1994is @code{nil}. 1994is @code{nil}.
1995@end defvar 1995@end defvar
1996 1996
1997@defvar mode-line-front-space
1998This variable is displayed at the front of the mode line. By default,
1999this construct is displayed right at the beginning of the mode line,
2000except that if there is a memory-full message, it is displayed first.
2001@end defvar
2002
2003@defvar mode-line-end-spaces
2004This variable is displayed at the end of the mode line.
2005@end defvar
2006
2007@defvar mode-line-misc-info
2008Mode line construct for miscellaneous information. By default, this
2009shows 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}
1999This variable holds an association list whose elements specify how the 2014This variable holds an association list whose elements specify how the