projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d352456
)
; Fix recent change in Emacs manual
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 Jun 2024 15:06:50 +0000
(18:06 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 Jun 2024 15:06:50 +0000
(18:06 +0300)
* doc/emacs/custom.texi (Init Rebinding): Fix non-ASCII characters.
doc/emacs/custom.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/custom.texi
b/doc/emacs/custom.texi
index 21e7e6be98b8eaaaf0c1c7bfeffafe967c9596ec..78738e0c22b49cd29b7b0b0a862359d17c7f826a 100644
(file)
--- a/
doc/emacs/custom.texi
+++ b/
doc/emacs/custom.texi
@@
-1991,7
+1991,7
@@
sequences. For example, to bind @kbd{C-c h} to the string
string. To bind to e.g. @samp{olá}, use:
@example
-(keymap-global-set "C-c h" (key-description "ol
á
"))
+(keymap-global-set "C-c h" (key-description "ol
@'a
"))
@end example
However, be aware that language and coding systems may cause problems