]> git.eshelyaron.com Git - emacs.git/commitdiff
Note that vc.el now uses this.
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 9 May 2008 22:31:03 +0000 (22:31 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 9 May 2008 22:31:03 +0000 (22:31 +0000)
lisp/emacs-lisp/ewoc.el

index ffbb0a689a2d786adbe5ad7834fdcaccd2ef321f..e24cac3eb5d8164f8c0b3a77f8037bc7e28c437a 100644 (file)
@@ -52,7 +52,7 @@
 ;; dll (a doubly linked list) and the contents of a buffer.
 ;; Possible uses are dired (have all files in a list, and show them),
 ;; buffer-list, kom-prioritize (in the LysKOM elisp client) and
-;; others.  pcl-cvs.el uses ewoc.el.
+;; others.  pcl-cvs.el and vc.el use ewoc.el.
 ;;
 ;; Ewoc can be considered as the `view' part of a model-view-controller.
 ;;