]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typos. Reported by "T.V Raman" <raman@google.com>.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Apr 2022 19:00:04 +0000 (22:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Apr 2022 19:00:04 +0000 (22:00 +0300)
etc/NEWS

index ade0adad8cc460a49bf13ce999d79d4f2eed5121..e2998de00295e9b0796b021846d8dc39257deb95 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1444,10 +1444,10 @@ option.
 ** Keymaps and key definitions
 
 +++
-*** New functions for defining and manipulating keystrokes have been added.
-These all take just the syntax defined by 'key-valid-p'.  None of the
-older functions have been depreciated or altered, but are deemphasised
-in the documentation.
+*** New functions for defining and manipulating keystrokes.
+These all take the syntax defined by 'key-valid-p'.  None of the older
+functions have been deprecated or altered, but they are now
+de-emphasized in the documentation.
 
 +++
 *** Use 'keymap-set' instead of 'define-key'.