aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-09-14 20:54:45 +0000
committerKim F. Storm2002-09-14 20:54:45 +0000
commit63e489f595281385e4fd5d9e1d6b16d15435384b (patch)
tree2981e25d42d474405f9722051cae2690c15f5558
parentf31023f9902b6d5310346905da47dfbc81bb5ffa (diff)
downloademacs-63e489f595281385e4fd5d9e1d6b16d15435384b.tar.gz
emacs-63e489f595281385e4fd5d9e1d6b16d15435384b.zip
Fix entry for keypad package.
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2c68319a26b..909e0e61c97 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -939,7 +939,9 @@ decimal key can be customized individually (for internationalization),
939`Numeric Prefix Arg' where the keypad keys produce numeric prefix args 939`Numeric Prefix Arg' where the keypad keys produce numeric prefix args
940for emacs editing commands, `Cursor keys' and `Shifted Cursor keys' 940for emacs editing commands, `Cursor keys' and `Shifted Cursor keys'
941where the keys work like (shifted) arrow keys, home/end, etc., and 941where the keys work like (shifted) arrow keys, home/end, etc., and
942`Remove Bindings' where all bindings for the keypad keys are removed. 942`Unspecified/User-defined' where the keypad keys (kp-0, kp-1, etc.)
943are left unspecified and can be bound individually through the global
944or local keymaps.
943 945
944*** The new kmacro package provides a simpler user interface to 946*** The new kmacro package provides a simpler user interface to
945emacs' keyboard macro facilities. 947emacs' keyboard macro facilities.