From bc1ab8ac3d8fd8f42641ad45820df995525ddf0b Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 24 Jan 2025 16:55:15 +0100 Subject: [PATCH] ; * doc/emacs/custom.texi (Init Rebinding): Fix spacing. --- doc/emacs/custom.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 426c3d6748a..ad38b330023 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -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"))