]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in NEWS
authorPhillip Lord <phillip.lord@russet.org.uk>
Wed, 23 Jan 2019 22:52:23 +0000 (22:52 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Wed, 23 Jan 2019 22:52:23 +0000 (22:52 +0000)
etc/NEWS

index b15b16746904f744ad5a83cbf609edec65638cf6..fe816ef0ec5eb8892b8eb6357ad9449c8cece545 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1192,12 +1192,12 @@ removed.
 \f
 * 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.