diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-03-19 14:49:31 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-03-19 14:49:31 -0400 |
commit | b14e3e21ec6702d27257a1400681fc36ee10282f (patch) | |
tree | b57ce354a1ca3637a4cad3fe1fcc6f42bfc2efa5 /doc/lispref/keymaps.texi | |
parent | 4525ce3eb56a1f4b7c50eac9217854bbd170f660 (diff) | |
parent | 20f5695598d3137257e24802479d003ea82eb5f9 (diff) | |
download | emacs-b14e3e21ec6702d27257a1400681fc36ee10282f.tar.gz |
Merge changes from emacs-23 branch
Diffstat (limited to 'doc/lispref/keymaps.texi')
-rw-r--r-- | doc/lispref/keymaps.texi | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index af24ff5aa43..2648c22ca01 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -1705,15 +1705,11 @@ or @noindent and your language environment is multibyte Latin-1, these commands -actually bind the multibyte character with code 2294, not the unibyte -Latin-1 character with code 246 (@kbd{M-v}). In order to use this -binding, you need to enter the multibyte Latin-1 character as keyboard -input. One way to do this is by using an appropriate input method -(@pxref{Input Methods, , Input Methods, emacs, The GNU Emacs Manual}). - - If you want to use a unibyte character in the key binding, you can -construct the key sequence string using @code{multibyte-char-to-unibyte} -or @code{string-make-unibyte} (@pxref{Converting Representations}). +actually bind the multibyte character with code 246, not the byte +code 246 (@kbd{M-v}) sent by a Latin-1 terminal. In order to use this +binding, you need to teach Emacs how to decode the keyboard by using an +appropriate input method (@pxref{Input Methods, , Input Methods, emacs, The GNU +Emacs Manual}). @deffn Command global-set-key key binding This function sets the binding of @var{key} in the current global map |