aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-09-29 13:27:42 +0300
committerEli Zaretskii2017-09-29 13:27:42 +0300
commitc7a21430c199dca0db30db67125f38bc1795f68b (patch)
treee48275bc44788f601966f0092c48fb35eeb354e6
parent33401b26b1aecf61adfd77fa7c4e29913c0bb3d7 (diff)
downloademacs-c7a21430c199dca0db30db67125f38bc1795f68b.tar.gz
emacs-c7a21430c199dca0db30db67125f38bc1795f68b.zip
; * etc/NEWS: Fix last change.
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1b5ae658f6c..922dfbdc246 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1354,11 +1354,11 @@ priority instead. Now the code does what the documentation says it
1354should do. 1354should do.
1355 1355
1356--- 1356---
1357** 'eldoc-message' only accepts one argument now. Programs that 1357** The function 'eldoc-message' now accepts a single argument.
1358called it with multiple arguments before should pass them through 1358Programs that called it with multiple arguments before should pass
1359'format' first. Even that is discouraged: for ElDoc support, you 1359them through 'format' first. Even that is discouraged: for ElDoc
1360should set 'eldoc-documentation-function' instead of calling 1360support, you should set 'eldoc-documentation-function' instead of
1361'eldoc-message' directly. 1361calling 'eldoc-message' directly.
1362 1362
1363* Lisp Changes in Emacs 26.1 1363* Lisp Changes in Emacs 26.1
1364 1364