diff options
| author | Juanma Barranquero | 2006-02-08 17:10:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-02-08 17:10:39 +0000 |
| commit | 8392fe4a44e69f137eebfd2187b403cce6101e11 (patch) | |
| tree | 50b4c957e1eef494b28388b23e83cf57d3cc8ca2 | |
| parent | df2a9b125d690a972e6cd69af256352c6e400d92 (diff) | |
| download | emacs-8392fe4a44e69f137eebfd2187b403cce6101e11.tar.gz emacs-8392fe4a44e69f137eebfd2187b403cce6101e11.zip | |
(%-Constructs): Remove obsolete info about `global-mode-string'.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/modes.texi | 3 |
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 @@ | |||
| 1 | 2006-02-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * modes.texi (%-Constructs): Remove obsolete info about | ||
| 4 | `global-mode-string'. | ||
| 5 | |||
| 1 | 2006-02-07 Richard M. Stallman <rms@gnu.org> | 6 | 2006-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 | |||
| 2012 | The value of @code{mode-name}. | 2012 | The value of @code{mode-name}. |
| 2013 | 2013 | ||
| 2014 | @item %M | 2014 | @item %M |
| 2015 | The value of @code{global-mode-string}. Currently, only | 2015 | The 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 |