projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c459b1
)
; Another fix of non-ASCII characters in Emacs manual.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 Jun 2024 15:10:03 +0000
(18:10 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 Jun 2024 15:10:03 +0000
(18:10 +0300)
doc/emacs/custom.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/custom.texi
b/doc/emacs/custom.texi
index 78738e0c22b49cd29b7b0b0a862359d17c7f826a..6bf4cbe00df863543203e77208d31493ceeeab3e 100644
(file)
--- a/
doc/emacs/custom.texi
+++ b/
doc/emacs/custom.texi
@@
-1988,7
+1988,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
รก
}, use:
+string. To bind to e.g. @samp{ol
@'a
}, use:
@example
(keymap-global-set "C-c h" (key-description "ol@'a"))