summaryrefslogtreecommitdiff
path: root/lisp/vc-hg.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-02 07:38:11 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-02 07:38:11 +0000
commitcaf37b1f19190ce42797f1ea850cbce8b12b6299 (patch)
treeb50d0b8154797c935ded359a07768cafa40b4334 /lisp/vc-hg.el
parenta31b405e933b6b4bcb6a384bef8849f89c140029 (diff)
downloademacs-caf37b1f19190ce42797f1ea850cbce8b12b6299.tar.gz
Fix some comments to remove references to vc-dired.
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r--lisp/vc-hg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el
index 59aba1cc2a7..a4e08e021ee 100644
--- a/lisp/vc-hg.el
+++ b/lisp/vc-hg.el
@@ -199,7 +199,7 @@
;; State flag for a clean file is now C, might change to =.
;; The rest of the possible states in "hg status" output:
;; ! = deleted, but still tracked
- ;; should not show up in vc-dired, so don't deal with them
+ ;; should not show up in VC directory buffers, so don't deal with them
;; here.
;; Mercurial up to 0.9.5 used C, = is used now.