diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-02 07:38:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-02 07:38:11 +0000 |
commit | caf37b1f19190ce42797f1ea850cbce8b12b6299 (patch) | |
tree | b50d0b8154797c935ded359a07768cafa40b4334 /lisp/vc-hg.el | |
parent | a31b405e933b6b4bcb6a384bef8849f89c140029 (diff) | |
download | emacs-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.el | 2 |
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. |