diff options
| author | Xue Fuqiao | 2013-07-27 08:09:51 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-07-27 08:09:51 +0800 |
| commit | e4c467f919b37ccb56f44a49571565741d49a0db (patch) | |
| tree | 268e5d95ce6a0a66e6ab2115ff3a674603b072eb /etc | |
| parent | 13afd560a137730c2fd22b9ee664867f9d4e17d6 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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. |