; Another fix of non-ASCII characters in Emacs manual.
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Jun 2024 15:10:03 +0000 (18:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Jun 2024 15:10:03 +0000 (18:10 +0300)
doc/emacs/custom.texi

index 78738e0c22b49cd29b7b0b0a862359d17c7f826a..6bf4cbe00df863543203e77208d31493ceeeab3e 100644 (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"))