aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2019-03-02 16:51:31 +0000
committerPhillip Lord2019-03-02 16:51:31 +0000
commit5e4b8538207c1d181372077d2adb6597f3b05e07 (patch)
tree9d311b678e340e7a55bb181eea142297485a275d
parent325b5dbd87ecfc4457ad0aecf1407be8c5cd167a (diff)
downloademacs-5e4b8538207c1d181372077d2adb6597f3b05e07.tar.gz
emacs-5e4b8538207c1d181372077d2adb6597f3b05e07.zip
Revert "; Fix typos in NEWS"
This reverts commit d52bc534d799c255f24ff2a56e8bed830d8f68ca.
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0dba8fec0d3..5b4d9488ed4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1293,12 +1293,12 @@ removed.
1293 1293
1294* Lisp Changes in Emacs 27.1 1294* Lisp Changes in Emacs 27.1
1295 1295
1296+++ 1296
1297** 'self-insert-command' takes the char to insert as (optional) argument. 1297** 'self-insert-command' takes the char to insert as (optional) argument.
1298 1298
1299** 'lookup-key' can take a list of keymaps as argument. 1299** 'lookup-key' can take a list of keymaps as argument.
1300 1300
1301** New hook 'input-event-functions' run whenever a user-input is read. 1301** New hook `input-event-functions` run whenever a user-input is read.
1302 1302
1303+++ 1303+++
1304** 'condition-case' now accepts 't' to match any error symbol. 1304** 'condition-case' now accepts 't' to match any error symbol.