aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aacdf79b573..a71d74a9ad4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -51,6 +51,12 @@ sets the XTerm window title. The default is to set the window title.
51** The FILENAME argument to 'file-name-base' is now mandatory and no 51** The FILENAME argument to 'file-name-base' is now mandatory and no
52longer defaults to 'buffer-file-name'. 52longer defaults to 'buffer-file-name'.
53 53
54---
55** 'eldoc-message' only accepts one argument now. Programs that
56called it with multiple arguments before should pass them through
57'format' first. Even that is discouraged: for ElDoc support, you
58should set 'eldoc-documentation-function' instead of calling
59'eldoc-message' directly.
54 60
55* Lisp Changes in Emacs 27.1 61* Lisp Changes in Emacs 27.1
56 62