aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2017-09-26 02:25:03 +0300
committerDmitry Gutov2017-09-26 02:25:03 +0300
commit3a68dec32730eddfc066b3b9528f4bc63b5fa9f6 (patch)
tree2e80e735bf00e0c86aaed81e57534d4c5025f5b8
parent5a41dd0a1f317b36f86fb4e52db945385250c56e (diff)
downloademacs-3a68dec32730eddfc066b3b9528f4bc63b5fa9f6.tar.gz
emacs-3a68dec32730eddfc066b3b9528f4bc63b5fa9f6.zip
; Update NEWS for the change in eldoc-message
-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