# HG changeset patch # User Chong Yidong # Date 1224800672 0 # Node ID 8bd6a4d75b33ed0fa3676d45a54a3ceaf29b43c5 # Parent 2065a0209098925daf2d546249962da0afedf8fc (Function Keys): Note that modified keypad keys are not translated. diff -r 2065a0209098 -r 8bd6a4d75b33 doc/emacs/custom.texi --- a/doc/emacs/custom.texi Thu Oct 23 22:24:25 2008 +0000 +++ b/doc/emacs/custom.texi Thu Oct 23 22:24:32 2008 +0000 @@ -1885,7 +1885,10 @@ @code{kp-up}, which is translated to @key{UP}. If you rebind a key such as @kbd{8} or @key{UP}, it affects the equivalent keypad key too. However, if you rebind a @samp{kp-} key directly, that won't affect -its non-keypad equivalent. +its non-keypad equivalent. Note that the modified keys are not +translated: for instance, if you hold down the @key{META} key while +pressing the @samp{8} key on the numeric keypad, that generates +@kbd{M-@key{kp-8}}. Emacs provides a convenient method for binding the numeric keypad keys, using the variables @code{keypad-setup},