projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41ef43
)
; * doc/emacs/custom.texi (Init Rebinding): Fix spacing.
author
Robert Pluim
<rpluim@gmail.com>
Fri, 24 Jan 2025 15:55:15 +0000
(16:55 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Fri, 24 Jan 2025 15:55:15 +0000
(16:55 +0100)
doc/emacs/custom.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/custom.texi
b/doc/emacs/custom.texi
index 426c3d6748aebc5e85b440f0fa1f54d3c727d084..ad38b3300236aa32b99af2f69ed96a2fb109354d 100644
(file)
--- 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"))