diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -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 | +++ |
| 646 | should be used instead of font-lock-fontify-buffer when called from Elisp. | 646 | ** New font-lock functions `font-lock-ensure' and `font-lock-flush'. |
| 647 | These should be used in preference to `font-lock-fontify-buffer' when | ||
| 648 | called 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 |
| 649 | appending FUN to `minibuffer-setup-hook'. | 651 | appending FUN to `minibuffer-setup-hook'. |