aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 22:48:08 +0200
committerLars Ingebrigtsen2016-05-01 19:27:15 +0200
commit7b7b4c2101df25e5fca0cdf27b3912f0967c0f87 (patch)
tree471c4fc4f9274c0171dc937cbb38210cd1733fee
parent7907b82297844456c193a1c471272a4949bf7774 (diff)
downloademacs-7b7b4c2101df25e5fca0cdf27b3912f0967c0f87.tar.gz
emacs-7b7b4c2101df25e5fca0cdf27b3912f0967c0f87.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). (cherry picked from commit bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935)
-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