]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Minor copyedits of entry for 'keymap-*' functions.
authorEli Zaretskii <eliz@gnu.org>
Wed, 5 Apr 2023 13:50:58 +0000 (16:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 5 Apr 2023 13:50:58 +0000 (16:50 +0300)
etc/NEWS

index d3f057308dc24f0982b1a568aa9da28be6ede45b..9adeb47db8c0294425b80fab91e1d01172aa43c2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4323,9 +4323,11 @@ that binding is ignored by 'where-is-internal'.
 
 +++
 *** 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.
+These all take the syntax defined by 'key-valid-p', which is basically
+the same syntax as the one accepted by the 'kbd' macro.  None of the
+older functions have been deprecated or altered, but they are now
+de-emphasized in the documentation, and we encourage Lisp programs to
+switch to these new functions.
 
 +++
 *** Use 'keymap-set' instead of 'define-key'.