summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-07-18 22:17:49 +0800
committerChong Yidong <cyd@gnu.org>2012-07-18 22:17:49 +0800
commit0fe776a1e40a7ce3c192d7a134c15b3a9ee7fc6e (patch)
treec36410ec4e3ffc392859b6bb54a9c29c77b5fa57 /etc
parent4c8ff0fec3bdafa5d4bd3bc67ca7a9edb4be1e8f (diff)
downloademacs-0fe776a1e40a7ce3c192d7a134c15b3a9ee7fc6e.tar.gz
* lisp/bindings.el: Bind M-= to count-words.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3435a839a74..484cfaf2717 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -159,6 +159,8 @@ prompts for a column number.
** `mouse-avoidance-banish-position' can now be used to customize
`mouse-avoidance-mode' further.
+** `M-=' is now bound to `count-words', not `count-words-region'.
+
** `C-M-f' and `C-M-b' will now move to the path name separator
character when doing minibuffer filename prompts.