; * 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. should do.
--- ---
** 'eldoc-message' only accepts one argument now. Programs that ** The function 'eldoc-message' now accepts a single argument.
called it with multiple arguments before should pass them through Programs that called it with multiple arguments before should pass
'format' first. Even that is discouraged: for ElDoc support, you them through 'format' first. Even that is discouraged: for ElDoc
should set 'eldoc-documentation-function' instead of calling support, you should set 'eldoc-documentation-function' instead of
'eldoc-message' directly. calling 'eldoc-message' directly.
* Lisp Changes in Emacs 26.1 * Lisp Changes in Emacs 26.1