emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bf7a630 8/8: Document mode mode line variables


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master bf7a630 8/8: Document mode mode line variables
Date: Sat, 30 Apr 2016 20:49:24 +0000

branch: master
commit bf7a630b0a5d3900f2afb0e7a881ce62e2b9f935
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 doc/lispref/modes.texi |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index d2eebb7..ae79128 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
 is @code{nil}.
 @end defvar
 
address@hidden 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.
address@hidden defvar
+
address@hidden mode-line-end-spaces
+This variable is displayed at the end of the mode line.
address@hidden defvar
+
address@hidden mode-line-misc-info
+Mode line construct for miscellaneous information.  By default, this
+shows the information specified by @code{global-mode-string}.
address@hidden defvar
+
 @defvar minor-mode-alist
 @anchor{Definition of minor-mode-alist}
 This variable holds an association list whose elements specify how the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]