mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 12:10:55 +00:00
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).
This commit is contained in:
parent
a3151a2878
commit
bf7a630b0a
@ -1994,6 +1994,21 @@ with the major mode as: @samp{(Shell:run)}. Normally this variable
|
|||||||
is @code{nil}.
|
is @code{nil}.
|
||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
|
@defvar mode-line-front-space
|
||||||
|
This variable is displayed at the front of the mode line. By default,
|
||||||
|
this construct is displayed right at the beginning of the mode line,
|
||||||
|
except that if there is a memory-full message, it is displayed first.
|
||||||
|
@end defvar
|
||||||
|
|
||||||
|
@defvar mode-line-end-spaces
|
||||||
|
This variable is displayed at the end of the mode line.
|
||||||
|
@end defvar
|
||||||
|
|
||||||
|
@defvar mode-line-misc-info
|
||||||
|
Mode line construct for miscellaneous information. By default, this
|
||||||
|
shows the information specified by @code{global-mode-string}.
|
||||||
|
@end defvar
|
||||||
|
|
||||||
@defvar minor-mode-alist
|
@defvar minor-mode-alist
|
||||||
@anchor{Definition of minor-mode-alist}
|
@anchor{Definition of minor-mode-alist}
|
||||||
This variable holds an association list whose elements specify how the
|
This variable holds an association list whose elements specify how the
|
||||||
|
Loading…
Reference in New Issue
Block a user