; Another fix of non-ASCII characters in Emacs manual.

This commit is contained in:
Eli Zaretskii 2024-06-10 18:10:03 +03:00
parent 0c459b11cd
commit 84653558fe

View file

@ -1988,7 +1988,7 @@ sequences. For example, to bind @kbd{C-c h} to the string
@end example
Non-@acronym{ASCII} characters can be specified directly in the
string. To bind to e.g. @samp{olá}, use:
string. To bind to e.g. @samp{ol@'a}, use:
@example
(keymap-global-set "C-c h" (key-description "ol@'a"))