]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Sep 2017 10:27:42 +0000 (13:27 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Sep 2017 10:27:42 +0000 (13:27 +0300)
etc/NEWS

index 1b5ae658f6c97ab16c026441242294c7e38eaf74..922dfbdc2462438daddc6378c878db5d77b6b465 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
 \f
 * Lisp Changes in Emacs 26.1