# HG changeset patch # User Eric S. Raymond # Date 1209713891 0 # Node ID 16651da1e3ed0bbb4d6d6770fba24bc08d2a1999 # Parent 8da676e385e1a7ce7ab84043ad52ae6244133bb5 Fix some comments to remove references to vc-dired. diff -r 8da676e385e1 -r 16651da1e3ed lisp/vc-arch.el --- a/lisp/vc-arch.el Fri May 02 07:20:33 2008 +0000 +++ b/lisp/vc-arch.el Fri May 02 07:38:11 2008 +0000 @@ -50,7 +50,7 @@ ;; - C-x v u does not work. ;; - C-x v s does not work. ;; - C-x v r does not work. -;; - VC-dired does not work. +;; - VC directory listings do not work. ;; - And more... ;;; Code: diff -r 8da676e385e1 -r 16651da1e3ed lisp/vc-cvs.el --- a/lisp/vc-cvs.el Fri May 02 07:20:33 2008 +0000 +++ b/lisp/vc-cvs.el Fri May 02 07:38:11 2008 +0000 @@ -798,8 +798,8 @@ ;; 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 diff -r 8da676e385e1 -r 16651da1e3ed lisp/vc-hg.el --- a/lisp/vc-hg.el Fri May 02 07:20:33 2008 +0000 +++ b/lisp/vc-hg.el Fri May 02 07:38:11 2008 +0000 @@ -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.