1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 04:41:23 -08:00

; Fix typos in NEWS

This commit is contained in:
Phillip Lord 2019-01-23 22:52:23 +00:00
parent 95b2f1a0c0
commit d52bc534d7

View file

@ -1192,12 +1192,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.