emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 5e1953a8f85: ; * etc/NEWS: Minor copyedits of entry for 'keymap


From: Eli Zaretskii
Subject: emacs-29 5e1953a8f85: ; * etc/NEWS: Minor copyedits of entry for 'keymap-*' functions.
Date: Wed, 5 Apr 2023 09:51:15 -0400 (EDT)

branch: emacs-29
commit 5e1953a8f852eaa6e6bdd1020ce6949052209e58
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Minor copyedits of entry for 'keymap-*' functions.
---
 etc/NEWS | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index d3f057308dc..9adeb47db8c 100644
--- 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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]