diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-06 23:56:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-06 23:56:49 +0000 |
commit | e6244c1bcd3d81b1512fc542fd3d947ca0333ab7 (patch) | |
tree | 2413ae1d7b4e633e51492ef396a838e125bd9372 /lisp/vc-hooks.el | |
parent | 9852a51d14ed3c0eb93537a7abe4e59fb9e35bb3 (diff) | |
download | emacs-e6244c1bcd3d81b1512fc542fd3d947ca0333ab7.tar.gz emacs-e6244c1bcd3d81b1512fc542fd3d947ca0333ab7.tar.bz2 emacs-e6244c1bcd3d81b1512fc542fd3d947ca0333ab7.zip |
Cleanup preparatory to getting rid of dired.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 971c92ef775..22873993da9 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -771,7 +771,7 @@ Before doing that, check if there are any old backups and get rid of them." (vc-mode-line file) (when (featurep 'vc) ;; If VC is not loaded, then there can't be - ;; any VC Dired buffer to synchronize. + ;; any directory buffer to synchronize. (vc-directory-resynch-file file))))) (defvar vc-menu-entry |