]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "; Fix typos in NEWS"
authorPhillip Lord <phillip.lord@russet.org.uk>
Sat, 2 Mar 2019 16:51:31 +0000 (16:51 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Sat, 2 Mar 2019 16:51:31 +0000 (16:51 +0000)
This reverts commit d52bc534d799c255f24ff2a56e8bed830d8f68ca.

etc/NEWS

index 0dba8fec0d3aa6713ef2ca4cb394afb4ce06827e..5b4d9488ed4f3b227bbccd204601bb7e4980db84 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1293,12 +1293,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.