; * doc/emacs/custom.texi (Init Rebinding): Fix spacing.

This commit is contained in:
Robert Pluim 2025-01-24 16:55:15 +01:00
parent b41ef43af1
commit bc1ab8ac3d

View file

@ -2044,7 +2044,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@'a}, use:
string. To bind to e.g.@: @samp{ol@'a}, use:
@example
(keymap-global-set "C-c h" (key-description "ol@'a"))