]> git.eshelyaron.com Git - emacs.git/commit
Improve key binding documentation.
authorRobert Pluim <rpluim@gmail.com>
Mon, 3 Jun 2024 12:52:05 +0000 (14:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Jun 2024 14:34:52 +0000 (16:34 +0200)
commitc606c2523e8b6e67b38c905a61db212defeb62a1
treeac551b515ba90938d98cfcdab401fe74207a6985
parent2907126c74ef552c49031301e1327bc938e5f910
Improve key binding documentation.

* doc/emacs/custom.texi (Init Rebinding): Explain how to bind a key to a
string and how to use non-ASCII characters.
* lisp/keymap.el (keymap-global-set, keymap-local-set): Mention
'key-description'.

(cherry picked from commit 4dfb0829ed3e9c0d26523242e8db9907191dc8db)
doc/emacs/custom.texi
lisp/keymap.el