aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-02-08 17:10:39 +0000
committerJuanma Barranquero2006-02-08 17:10:39 +0000
commit8392fe4a44e69f137eebfd2187b403cce6101e11 (patch)
tree50b4c957e1eef494b28388b23e83cf57d3cc8ca2
parentdf2a9b125d690a972e6cd69af256352c6e400d92 (diff)
downloademacs-8392fe4a44e69f137eebfd2187b403cce6101e11.tar.gz
emacs-8392fe4a44e69f137eebfd2187b403cce6101e11.zip
(%-Constructs): Remove obsolete info about `global-mode-string'.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/modes.texi3
2 files changed, 6 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c1cc71f0d8b..d27c36112ac 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-02-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * modes.texi (%-Constructs): Remove obsolete info about
4 `global-mode-string'.
5
12006-02-07 Richard M. Stallman <rms@gnu.org> 62006-02-07 Richard M. Stallman <rms@gnu.org>
2 7
3 * commands.texi (Prefix Command Arguments): Minor cleanup. 8 * 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
2012The value of @code{mode-name}. 2012The value of @code{mode-name}.
2013 2013
2014@item %M 2014@item %M
2015The value of @code{global-mode-string}. Currently, only 2015The value of @code{global-mode-string}.
2016@code{display-time} modifies the value of @code{global-mode-string}.
2017@end table 2016@end table
2018 2017
2019@node Properties in Mode 2018@node Properties in Mode