; Fix recent change in Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Jun 2024 15:06:50 +0000 (18:06 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Jun 2024 15:06:50 +0000 (18:06 +0300)
* doc/emacs/custom.texi (Init Rebinding): Fix non-ASCII characters.

doc/emacs/custom.texi

index 21e7e6be98b8eaaaf0c1c7bfeffafe967c9596ec..78738e0c22b49cd29b7b0b0a862359d17c7f826a 100644 (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