; Fix recent change in Emacs manual
* doc/emacs/custom.texi (Init Rebinding): Fix non-ASCII characters.
This commit is contained in:
parent
d3524560ee
commit
0c459b11cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue