diff options
| author | Eli Zaretskii | 2017-09-29 13:27:42 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-29 13:27:42 +0300 |
| commit | c7a21430c199dca0db30db67125f38bc1795f68b (patch) | |
| tree | e48275bc44788f601966f0092c48fb35eeb354e6 | |
| parent | 33401b26b1aecf61adfd77fa7c4e29913c0bb3d7 (diff) | |
| download | emacs-c7a21430c199dca0db30db67125f38bc1795f68b.tar.gz emacs-c7a21430c199dca0db30db67125f38bc1795f68b.zip | |
; * etc/NEWS: Fix last change.
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -1354,11 +1354,11 @@ priority instead. Now the code does what the documentation says it | |||
| 1354 | should do. | 1354 | should 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. |
| 1358 | called it with multiple arguments before should pass them through | 1358 | Programs that called it with multiple arguments before should pass |
| 1359 | 'format' first. Even that is discouraged: for ElDoc support, you | 1359 | them through 'format' first. Even that is discouraged: for ElDoc |
| 1360 | should set 'eldoc-documentation-function' instead of calling | 1360 | support, you should set 'eldoc-documentation-function' instead of |
| 1361 | 'eldoc-message' directly. | 1361 | calling 'eldoc-message' directly. |
| 1362 | 1362 | ||
| 1363 | * Lisp Changes in Emacs 26.1 | 1363 | * Lisp Changes in Emacs 26.1 |
| 1364 | 1364 | ||