diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-12 07:09:34 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-12 07:09:34 +0000 |
commit | 58b9e19f22e38cc9e8cd960a00656980a1bd9519 (patch) | |
tree | d9ebfdf12b21de58ce30f29898b49de537f3f13d /man/custom.texi | |
parent | ec402ad4328f5bb8bdfcbbad6c1c4a34f2ef5a8d (diff) | |
download | emacs-58b9e19f22e38cc9e8cd960a00656980a1bd9519.tar.gz |
(Non-ASCII Rebinding): Fix a typo. Add index entries.
Diffstat (limited to 'man/custom.texi')
-rw-r--r-- | man/custom.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi index ddd51360177..5a42291ca32 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -1757,6 +1757,8 @@ because the terminal sends the same character in both cases. @node Non-ASCII Rebinding @subsection Non-ASCII Characters on the Keyboard +@cindex rebinding non-ASCII keys +@cindex non-ASCII keys, binding If your keyboard has keys that send non-ASCII characters, such as accented letters, rebinding these keys is a bit tricky. There are two @@ -1791,7 +1793,7 @@ inside the vector to bind: (global-set-key [@var{decimal-code}] 'some-function) @end example -If you bind 8-bit characters like this in your init file, you my find it +If you bind 8-bit characters like this in your init file, you may find it convenient to specify that it is unibyte. @xref{Enabling Multibyte}. @node Mouse Buttons |