aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3a219851ff6..5f19c409722 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -642,8 +642,10 @@ respectively, `show-paren-when-point-inside-paren' or
642*** C-x C-x in rectangle-mark-mode now cycles through the four corners. 642*** C-x C-x in rectangle-mark-mode now cycles through the four corners.
643*** `string-rectangle' provides on-the-fly preview of the result. 643*** `string-rectangle' provides on-the-fly preview of the result.
644 644
645** New font-lock functions font-lock-ensure and font-lock-flush, which 645+++
646should be used instead of font-lock-fontify-buffer when called from Elisp. 646** New font-lock functions `font-lock-ensure' and `font-lock-flush'.
647These should be used in preference to `font-lock-fontify-buffer' when
648called from Lisp.
647 649
648** Macro `minibuffer-with-setup-hook' takes (:append FUN) to mean 650** Macro `minibuffer-with-setup-hook' takes (:append FUN) to mean
649appending FUN to `minibuffer-setup-hook'. 651appending FUN to `minibuffer-setup-hook'.