From: Juanma Barranquero Date: Wed, 8 Feb 2006 17:10:39 +0000 (+0000) Subject: (%-Constructs): Remove obsolete info about `global-mode-string'. X-Git-Tag: emacs-pretest-22.0.90~4275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8392fe4a44e69f137eebfd2187b403cce6101e11;p=emacs.git (%-Constructs): Remove obsolete info about `global-mode-string'. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c1cc71f0d8b..d27c36112ac 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-02-08 Juanma Barranquero + + * modes.texi (%-Constructs): Remove obsolete info about + `global-mode-string'. + 2006-02-07 Richard M. Stallman * commands.texi (Prefix Command Arguments): Minor cleanup. diff --git a/lispref/modes.texi b/lispref/modes.texi index 0c7d249fb87..b9eb33dcb88 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -2012,8 +2012,7 @@ obsolete, since you can get the same results with the variables The value of @code{mode-name}. @item %M -The value of @code{global-mode-string}. Currently, only -@code{display-time} modifies the value of @code{global-mode-string}. +The value of @code{global-mode-string}. @end table @node Properties in Mode