aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2019-01-23 22:52:23 +0000
committerPhillip Lord2019-01-23 22:52:23 +0000
commitd52bc534d799c255f24ff2a56e8bed830d8f68ca (patch)
tree9c6033ec4ddc6238c1e48abcd28f1ca4172a4c8a
parent95b2f1a0c05fa72248afd87ebf79d0667dba0278 (diff)
downloademacs-d52bc534d799c255f24ff2a56e8bed830d8f68ca.tar.gz
emacs-d52bc534d799c255f24ff2a56e8bed830d8f68ca.zip
; Fix typos in NEWS
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b15b1674690..fe816ef0ec5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.