aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f0b5dd088af..61f9c0e1fe2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -35,10 +35,10 @@ This is a bug-fix release with no new features.
35 35
36* Lisp Changes in Emacs 27.2 36* Lisp Changes in Emacs 27.2
37 37
38*** The behavior of the user option 'resize-mini-frames' has changed. 38** The behavior of the user option 'resize-mini-frames' has changed.
39If set to non-nil, resize the mini frame using the new function 39If set to a non-nil value which isn't a function, resize the mini
40'fit-mini-frame-to-buffer' which won't skip leading or trailing empty 40frame using the new function 'fit-mini-frame-to-buffer' which won't
41lines of the buffer. 41skip leading or trailing empty lines of the buffer.
42 42
43 43
44* Editing Changes in Emacs 27.2 44* Editing Changes in Emacs 27.2