; Fix recent change in Emacs manual

* doc/emacs/custom.texi (Init Rebinding): Fix non-ASCII characters.
This commit is contained in:
Eli Zaretskii 2024-06-10 18:06:50 +03:00
parent d3524560ee
commit 0c459b11cd

View file

@ -1991,7 +1991,7 @@ sequences. For example, to bind @kbd{C-c h} to the string
string. To bind to e.g. @samp{olá}, use:
@example
(keymap-global-set "C-c h" (key-description "olá"))
(keymap-global-set "C-c h" (key-description "ol@'a"))
@end example
However, be aware that language and coding systems may cause problems