From 035b82116b7a780dfe492a782e227d6c399f70c1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 2 May 2008 07:38:11 +0000 Subject: Fix some comments to remove references to vc-dired. --- lisp/vc-cvs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/vc-cvs.el') diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el index f935bf9a486..d67352ab250 100644 --- a/lisp/vc-cvs.el +++ b/lisp/vc-cvs.el @@ -798,8 +798,8 @@ For an empty string, nil is returned (invalid CVS root)." ;; information is context sensitive, it contains lines like: ;; cvs status: Examining DIRNAME ;; and the file entries after that don't show the full path. -;; Because of this vc-dired only shows changed files at the top level -;; for CVS. +;; Because of this VC directory listings only show changed files +;; at the top level for CVS. (defun vc-cvs-parse-status (&optional full) "Parse output of \"cvs status\" command in the current buffer. Set file properties accordingly. Unless FULL is t, parse only -- cgit v1.2.1