; * etc/NEWS: Fix last change.

This commit is contained in:
Eli Zaretskii 2017-09-29 13:27:42 +03:00
parent 33401b26b1
commit c7a21430c1

View file

@ -1354,11 +1354,11 @@ priority instead. Now the code does what the documentation says it
should do.
---
** 'eldoc-message' only accepts one argument now. Programs that
called it with multiple arguments before should pass them through
'format' first. Even that is discouraged: for ElDoc support, you
should set 'eldoc-documentation-function' instead of calling
'eldoc-message' directly.
** The function 'eldoc-message' now accepts a single argument.
Programs that called it with multiple arguments before should pass
them through 'format' first. Even that is discouraged: for ElDoc
support, you should set 'eldoc-documentation-function' instead of
calling 'eldoc-message' directly.
* Lisp Changes in Emacs 26.1