diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1353,6 +1353,12 @@ non-nil, but the code returned the list in the increasing order of | |||
| 1353 | priority instead. Now the code does what the documentation says it | 1353 | priority instead. Now the code does what the documentation says it |
| 1354 | should do. | 1354 | should do. |
| 1355 | 1355 | ||
| 1356 | --- | ||
| 1357 | ** 'eldoc-message' only accepts one argument now. Programs that | ||
| 1358 | called it with multiple arguments before should pass them through | ||
| 1359 | 'format' first. Even that is discouraged: for ElDoc support, you | ||
| 1360 | should set 'eldoc-documentation-function' instead of calling | ||
| 1361 | 'eldoc-message' directly. | ||
| 1356 | 1362 | ||
| 1357 | * Lisp Changes in Emacs 26.1 | 1363 | * Lisp Changes in Emacs 26.1 |
| 1358 | 1364 | ||