diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -51,6 +51,12 @@ sets the XTerm window title. The default is to set the window title. | |||
| 51 | ** The FILENAME argument to 'file-name-base' is now mandatory and no | 51 | ** The FILENAME argument to 'file-name-base' is now mandatory and no |
| 52 | longer defaults to 'buffer-file-name'. | 52 | longer defaults to 'buffer-file-name'. |
| 53 | 53 | ||
| 54 | --- | ||
| 55 | ** 'eldoc-message' only accepts one argument now. Programs that | ||
| 56 | called it with multiple arguments before should pass them through | ||
| 57 | 'format' first. Even that is discouraged: for ElDoc support, you | ||
| 58 | should set 'eldoc-documentation-function' instead of calling | ||
| 59 | 'eldoc-message' directly. | ||
| 54 | 60 | ||
| 55 | * Lisp Changes in Emacs 27.1 | 61 | * Lisp Changes in Emacs 27.1 |
| 56 | 62 | ||