aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2014-02-28 12:15:21 +0800
committerXue Fuqiao2014-02-28 12:15:21 +0800
commitecc384ac0abed461ae29a762261b1d69fc903093 (patch)
tree61a1cf3e01b32c801ec55f81a4998b43e3ea54bc /etc
parent4f07dcdce61f54524a8efe63493e5db6e605dd2d (diff)
downloademacs-ecc384ac0abed461ae29a762261b1d69fc903093.tar.gz
emacs-ecc384ac0abed461ae29a762261b1d69fc903093.zip
Doc fix for `face-spec-set'.
* doc/lispref/display.texi (Defining Faces): Doc fix for `face-spec-set'. * etc/NEWS: Copyedit.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 8 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3d45dfb8011..befe939a0e0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -278,6 +278,13 @@ buffer.
278`display-buffer' choose or make a window at the bottom of the selected 278`display-buffer' choose or make a window at the bottom of the selected
279frame. 279frame.
280 280
281*** New display action function `display-buffer-no-window' to not
282display the buffer in a window.
283
284*** New display action alist entry `allow-no-window' to indicate the
285caller of `display-buffer' is ready to handle the case of not
286displaying the buffer in a window.
287
281** Lisp evaluation changes 288** Lisp evaluation changes
282+++ 289+++
283*** `eval-defun' on an already defined defcustom calls the :set function, 290*** `eval-defun' on an already defined defcustom calls the :set function,
@@ -1224,15 +1231,6 @@ frame.
1224*** The hook `term-setup-hook' is obsolete. It is entirely equivalent 1231*** The hook `term-setup-hook' is obsolete. It is entirely equivalent
1225to `emacs-startup-hook'. See also the new `tty-setup-hook'. 1232to `emacs-startup-hook'. See also the new `tty-setup-hook'.
1226 1233
1227** Window Handling
1228
1229*** New display action function `display-buffer-no-window' to not
1230display the buffer in a window.
1231
1232*** New display action alist entry `allow-no-window' to indicate the
1233caller of `display-buffer' is ready to handle the case of not
1234displaying the buffer in a window.
1235
1236** New hook `pre-redisplay-function'. 1234** New hook `pre-redisplay-function'.
1237 1235
1238+++ 1236+++
@@ -1353,6 +1351,7 @@ of remote files when set to non-nil.
1353 1351
1354** Face changes 1352** Face changes
1355 1353
1354+++
1356*** The function `face-spec-set' is now like `setq' for face specs. 1355*** The function `face-spec-set' is now like `setq' for face specs.
1357Its third arg now accepts values specifying a face spec type (defface, 1356Its third arg now accepts values specifying a face spec type (defface,
1358custom, or override spec), and the relevant spec is set accordingly. 1357custom, or override spec), and the relevant spec is set accordingly.