diff options
| author | Phillip Lord | 2019-01-23 22:52:23 +0000 |
|---|---|---|
| committer | Phillip Lord | 2019-01-23 22:52:23 +0000 |
| commit | d52bc534d799c255f24ff2a56e8bed830d8f68ca (patch) | |
| tree | 9c6033ec4ddc6238c1e48abcd28f1ca4172a4c8a | |
| parent | 95b2f1a0c05fa72248afd87ebf79d0667dba0278 (diff) | |
| download | emacs-d52bc534d799c255f24ff2a56e8bed830d8f68ca.tar.gz emacs-d52bc534d799c255f24ff2a56e8bed830d8f68ca.zip | |
; Fix typos in NEWS
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1192,12 +1192,12 @@ removed. | |||
| 1192 | 1192 | ||
| 1193 | * Lisp Changes in Emacs 27.1 | 1193 | * Lisp Changes in Emacs 27.1 |
| 1194 | 1194 | ||
| 1195 | 1195 | +++ | |
| 1196 | ** 'self-insert-command' takes the char to insert as (optional) argument. | 1196 | ** 'self-insert-command' takes the char to insert as (optional) argument. |
| 1197 | 1197 | ||
| 1198 | ** 'lookup-key' can take a list of keymaps as argument. | 1198 | ** 'lookup-key' can take a list of keymaps as argument. |
| 1199 | 1199 | ||
| 1200 | ** New hook `input-event-functions` run whenever a user-input is read. | 1200 | ** New hook 'input-event-functions' run whenever a user-input is read. |
| 1201 | 1201 | ||
| 1202 | +++ | 1202 | +++ |
| 1203 | ** 'condition-case' now accepts 't' to match any error symbol. | 1203 | ** 'condition-case' now accepts 't' to match any error symbol. |