summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2007-10-20 17:02:17 +0000
committerMartin Rudalics <rudalics@gmx.at>2007-10-20 17:02:17 +0000
commit44351b0c9a41f4aecbd9ccb648afc2c6c180f545 (patch)
treed610de3772c92a2075594f3e4bd99a05ffe10f2c /etc
parent40b8f155d310f5cd9248dee14fa140d82bdea75a (diff)
downloademacs-44351b0c9a41f4aecbd9ccb648afc2c6c180f545.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2ae5cdaaf3e..20393acd4ab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -97,11 +97,11 @@ This can be used to add menu entries for backend specific functions.
* Lisp Changes in Emacs 22.2.
-** The command `repeat' no longer attempts to repeat a command bound
- to an input event.
+** The command `repeat' now only attempts to repeat commands bound
+to actual key events, not mouse events.
** The function invisible-p returns non-nil if the character
- after a specified position is invisible.
+after a specified position is invisible.
+++
** inhibit-modification-hooks is bound to t while running modification hooks.