]> git.eshelyaron.com Git - emacs.git/commitdiff
(Mode Line Variables): Fix description of global-mode-string, which is now after
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 10 May 2004 17:58:20 +0000 (17:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 10 May 2004 17:58:20 +0000 (17:58 +0000)
which-func-mode, not the buffer name.

lispref/modes.texi

index 12a597484df7c22b59c0d1d3c3f2e9aa0957c80b..4a8d83ecfa0d48ee9d8032bfcb9548cb0f9ed571 100644 (file)
@@ -1454,11 +1454,12 @@ enabled separately in each buffer.
 @end defvar
 
 @defvar global-mode-string
-This variable holds a mode-line spec that appears in the mode line by
-default, just after the buffer name.  The command @code{display-time}
+This variable holds a mode-line spec that, by default, appears in the
+mode line just after the @code{which-func-mode} minor mode if set,
+else after @code{mode-line-modes}.  The command @code{display-time}
 sets @code{global-mode-string} to refer to the variable
-@code{display-time-string}, which holds a string containing the time and
-load information.
+@code{display-time-string}, which holds a string containing the time
+and load information.
 
 The @samp{%M} construct substitutes the value of
 @code{global-mode-string}, but that is obsolete, since the variable is