Mercurial > emacs
changeset 47484:02bdb3eae562
(keypad-setup, keypad-shifted-setup)
(keypad-numlock-setup, keypad-numlock-shifted-setup):
Change `Remove Binding' option to `Unspecified/User-defined'.
(keypad-setup): Enhance explanation of setup type `none'.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 14 Sep 2002 20:54:07 +0000 |
parents | 20eac43cdf18 |
children | 3e714e68ea77 |
files | lisp/emulation/keypad.el |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/keypad.el Sat Sep 14 20:53:40 2002 +0000 +++ b/lisp/emulation/keypad.el Sat Sep 14 20:54:07 2002 +0000 @@ -116,7 +116,7 @@ (const :tag "Numeric prefix arguments" prefix) (const :tag "Cursor keys" cursor) (const :tag "Shifted cursor keys" S-cursor) - (const :tag "Remove bindings" none) + (const :tag "Unspecified/User-defined" none) (other :tag "Keep existing bindings" nil)) :require 'keypad :group 'keyboard) @@ -139,7 +139,7 @@ (const :tag "Numeric prefix arguments" prefix) (const :tag "Cursor keys" cursor) (const :tag "Shifted cursor keys" S-cursor) - (const :tag "Remove bindings" none) + (const :tag "Unspecified/User-defined" none) (other :tag "Keep existing bindings" nil)) :require 'keypad :group 'keyboard) @@ -162,7 +162,7 @@ (const :tag "Numeric prefix arguments" prefix) (const :tag "Cursor keys" cursor) (const :tag "Shifted cursor keys" S-cursor) - (const :tag "Remove bindings" none) + (const :tag "Unspecified/User-defined" none) (other :tag "Keep existing bindings" nil)) :require 'keypad :group 'keyboard) @@ -185,7 +185,7 @@ (const :tag "Numeric prefix arguments" prefix) (const :tag "Cursor keys" cursor) (const :tag "Shifted cursor keys" S-cursor) - (const :tag "Remove bindings" none) + (const :tag "Unspecified/User-defined" none) (other :tag "Keep existing bindings" nil)) :require 'keypad :group 'keyboard) @@ -205,7 +205,9 @@ 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys. 'cursor Bind keypad keys to the cursor movement keys. 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg) - 'none Removes all bindings for keypad keys in function-key-map. + 'none Removes all bindings for keypad keys in function-key-map; + this enables any user-defined bindings for the keypad keys + in the global and local keymaps. If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil, the decimal key on the keypad is mapped to DECIMAL instead of `.'"