diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-12-25 12:14:48 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-12-25 12:14:48 +0200 |
commit | 2e4ab211536225c719bb80df716f4e9481bce243 (patch) | |
tree | c987bab54c723ad6ae19caca15f24fd2a736b441 /etc | |
parent | 8258ae3f5ab8c96821eaa283530c5c01c38e565d (diff) | |
download | emacs-2e4ab211536225c719bb80df716f4e9481bce243.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/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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). |