aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2025-01-24 16:55:15 +0100
committerRobert Pluim2025-01-24 16:55:15 +0100
commitbc1ab8ac3d8fd8f42641ad45820df995525ddf0b (patch)
treef1d949a091e6db12f15dc8db63c03872e8ae117e
parentb41ef43af19479279f6f967e3cb9e6b0aa3622d8 (diff)
downloademacs-bc1ab8ac3d8fd8f42641ad45820df995525ddf0b.tar.gz
emacs-bc1ab8ac3d8fd8f42641ad45820df995525ddf0b.zip
; * doc/emacs/custom.texi (Init Rebinding): Fix spacing.
-rw-r--r--doc/emacs/custom.texi2
1 files changed, 1 insertions, 1 deletions
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
2044@end example 2044@end example
2045 2045
2046 Non-@acronym{ASCII} characters can be specified directly in the 2046 Non-@acronym{ASCII} characters can be specified directly in the
2047string. To bind to e.g. @samp{ol@'a}, use: 2047string. To bind to e.g.@: @samp{ol@'a}, use:
2048 2048
2049@example 2049@example
2050(keymap-global-set "C-c h" (key-description "ol@'a")) 2050(keymap-global-set "C-c h" (key-description "ol@'a"))