summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-07-30 22:29:14 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-07-30 22:29:14 +0800
commit207d1d0462a64116a764d4d5b64d4b8bebf83802 (patch)
treed0023bd915dfcb6c375f239df7ef2cbd737ff559 /etc
parent5a2a77359adb44501542f4a4d55e309b8dafbc6a (diff)
downloademacs-207d1d0462a64116a764d4d5b64d4b8bebf83802.tar.gz
Fix for vc-ignore.
* vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore. * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1cd444e6455..8deea16adb1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -237,7 +237,7 @@ The default separator is changed to allow surrounding spaces around the comma.
*** `D' displays diffs between VC-controlled whole tree revisions.
*** `L' lists the change log for the current VC controlled tree in a window.
-*** `I' ignores the file under current version control system.
+*** `G' ignores the file under current version control system.
** cl-lib