diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 78738e0c22b..6bf4cbe00df 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -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"))