From: Phillip Lord Date: Sat, 2 Mar 2019 16:51:31 +0000 (+0000) Subject: Revert "; Fix typos in NEWS" X-Git-Tag: emacs-27.0.90~3503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e4b8538207c1d181372077d2adb6597f3b05e07;p=emacs.git Revert "; Fix typos in NEWS" This reverts commit d52bc534d799c255f24ff2a56e8bed830d8f68ca. --- diff --git a/etc/NEWS b/etc/NEWS index 0dba8fec0d3..5b4d9488ed4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1293,12 +1293,12 @@ removed. * Lisp Changes in Emacs 27.1 -+++ + ** 'self-insert-command' takes the char to insert as (optional) argument. ** 'lookup-key' can take a list of keymaps as argument. -** New hook 'input-event-functions' run whenever a user-input is read. +** New hook `input-event-functions` run whenever a user-input is read. +++ ** 'condition-case' now accepts 't' to match any error symbol.