changeset 38376:c7b0f62e4dc5

(Non-ASCII Rebinding): Fix a typo. Add index entries.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 12 Jul 2001 07:09:34 +0000
parents c276c98f200b
children 308a2e8895e3
files man/custom.texi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/custom.texi	Wed Jul 11 22:55:25 2001 +0000
+++ b/man/custom.texi	Thu Jul 12 07:09:34 2001 +0000
@@ -1757,6 +1757,8 @@
 
 @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 @@
 (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