aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2013-07-27 08:09:51 +0800
committerXue Fuqiao2013-07-27 08:09:51 +0800
commite4c467f919b37ccb56f44a49571565741d49a0db (patch)
tree268e5d95ce6a0a66e6ab2115ff3a674603b072eb /etc
parent13afd560a137730c2fd22b9ee664867f9d4e17d6 (diff)
downloademacs-e4c467f919b37ccb56f44a49571565741d49a0db.tar.gz
emacs-e4c467f919b37ccb56f44a49571565741d49a0db.zip
Keybinding fix for vc-dir.
* lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff. * doc/emacs/maintaining.texi (VC Directory Commands): Mention `D' and `L' in vc-dir.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6f645545f75..1aa374939d8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -233,6 +233,11 @@ The default separator is changed to allow surrounding spaces around the comma.
233*** New variable `diary-from-outlook-function', used by the command 233*** New variable `diary-from-outlook-function', used by the command
234`diary-from-outlook'. 234`diary-from-outlook'.
235 235
236** VC Directory Mode
237
238*** `D' displays diffs between VC-controlled whole tree revisions.
239*** `L' lists the change log for the current VC controlled tree in a window.
240
236** cl-lib 241** cl-lib
237 242
238*** New macro cl-tagbody. 243*** New macro cl-tagbody.