mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
; * etc/NEWS: Minor copyedits of entry for 'keymap-*' functions.
This commit is contained in:
parent
6b9f9df945
commit
5e1953a8f8
8
etc/NEWS
8
etc/NEWS
@ -4323,9 +4323,11 @@ that binding is ignored by 'where-is-internal'.
|
|||||||
|
|
||||||
+++
|
+++
|
||||||
*** New functions for defining and manipulating keystrokes.
|
*** New functions for defining and manipulating keystrokes.
|
||||||
These all take the syntax defined by 'key-valid-p'. None of the older
|
These all take the syntax defined by 'key-valid-p', which is basically
|
||||||
functions have been deprecated or altered, but they are now
|
the same syntax as the one accepted by the 'kbd' macro. None of the
|
||||||
de-emphasized in the documentation.
|
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'.
|
*** Use 'keymap-set' instead of 'define-key'.
|
||||||
|
Loading…
Reference in New Issue
Block a user