diff options
| author | Robert Pluim | 2025-01-24 16:55:15 +0100 |
|---|---|---|
| committer | Robert Pluim | 2025-01-24 16:55:15 +0100 |
| commit | bc1ab8ac3d8fd8f42641ad45820df995525ddf0b (patch) | |
| tree | f1d949a091e6db12f15dc8db63c03872e8ae117e | |
| parent | b41ef43af19479279f6f967e3cb9e6b0aa3622d8 (diff) | |
| download | emacs-bc1ab8ac3d8fd8f42641ad45820df995525ddf0b.tar.gz emacs-bc1ab8ac3d8fd8f42641ad45820df995525ddf0b.zip | |
; * doc/emacs/custom.texi (Init Rebinding): Fix spacing.
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
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 |
| 2047 | string. To bind to e.g. @samp{ol@'a}, use: | 2047 | string. 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")) |