aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 040d265f75b..1b5ae658f6c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1353,6 +1353,12 @@ non-nil, but the code returned the list in the increasing order of
1353priority instead. Now the code does what the documentation says it 1353priority instead. Now the code does what the documentation says it
1354should do. 1354should do.
1355 1355
1356---
1357** 'eldoc-message' only accepts one argument now. Programs that
1358called it with multiple arguments before should pass them through
1359'format' first. Even that is discouraged: for ElDoc support, you
1360should set 'eldoc-documentation-function' instead of calling
1361'eldoc-message' directly.
1356 1362
1357* Lisp Changes in Emacs 26.1 1363* Lisp Changes in Emacs 26.1
1358 1364