aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-12-19 15:25:46 +0800
committerChong Yidong2011-12-19 15:25:46 +0800
commitbc859d5f3eb942f627f113eb9e75015cb43eda02 (patch)
treeaec058576e9d3e8d2a73733d6dc19bc5f3fd8a5b /etc
parenta6198c9097703c4ad2a686ecb1ade1af8cd52112 (diff)
downloademacs-bc859d5f3eb942f627f113eb9e75015cb43eda02.tar.gz
emacs-bc859d5f3eb942f627f113eb9e75015cb43eda02.zip
More updates for VC documentation.
* doc/emacs/maintaining.texi (VCS Merging, VCS Changesets): Index entries. (VC Mode Line): Add index entry for "version control status". (VC Undo): Use vc-revert instead of its vc-revert-buffer alias. Document vc-revert-show-diff. De-document vc-rollback. (VC Directory Mode): Rewrite introduction. Move prefix arg documentation here from VC Directory Buffer node. (VC Directory Buffer): Use a decentralized VCS example. (VC Directory Commands): Use a table. Remove material duplicated in previous nodes on multi-file VC filsets.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7454a4a89a3..65a3b41f5bf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -849,6 +849,7 @@ the user for specifics, e.g. a merge source.
849 849
850**** Currently supported for Bzr, Git, and Mercurial. 850**** Currently supported for Bzr, Git, and Mercurial.
851 851
852+++
852*** New option `vc-revert-show-diff' controls whether `vc-revert' 853*** New option `vc-revert-show-diff' controls whether `vc-revert'
853shows a diff while querying the user. It defaults to t. 854shows a diff while querying the user. It defaults to t.
854 855