summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-12-25 12:14:48 +0200
committerEli Zaretskii <eliz@gnu.org>2010-12-25 12:14:48 +0200
commit5656c73996acbcdff16f8334bb972357a6b767e4 (patch)
tree8cfb7c4aced5ac697f9787d9e8b645bebc442d2f /etc
parent68c2cc79ac2e2d6e90b0338a91981e752f6538cc (diff)
downloademacs-5656c73996acbcdff16f8334bb972357a6b767e4.tar.gz
More fallout from fixing bug #7587.
src/xdisp.c (Fformat_mode_line): Doc fix: no need to state that only the basic faces are supported. doc/lispref/modes.texi (Emulating Mode Line): Fix last change. etc/NEWS: Remove the entry about format-mode-line accepting only basic faces.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1e13d334c77..9e581df439f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1866,11 +1866,6 @@ checking/manipulating elements directly, use the new functions
** `mode-name' is no longer guaranteed to be a string.
Use `(format-mode-line mode-name)' to ensure a string value.
-** `format-mode-line' now supports only a few basic faces as its FACE argument.
-The FACE argument to `format-mode-line' should be one of `default',
-`mode-line', `mode-line-inactive', `header-line', or `tool-bar'. Any
-other face is treated as `default'.
-
** The function x-font-family-list has been removed.
Use the new function font-family-list (see Lisp Changes, below).