summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ewoc.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-09 22:31:03 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-09 22:31:03 +0000
commit83370e6babeca08fb7880d08f5c82fe0c51b6840 (patch)
tree5ff23f3271e0c92700ca10452413eacc932cea9a /lisp/emacs-lisp/ewoc.el
parent10fea9c4d210182a5bb60f0a537e7c8d5fcb9a9a (diff)
downloademacs-83370e6babeca08fb7880d08f5c82fe0c51b6840.tar.gz
emacs-83370e6babeca08fb7880d08f5c82fe0c51b6840.tar.bz2
emacs-83370e6babeca08fb7880d08f5c82fe0c51b6840.zip
Note that vc.el now uses this.
Diffstat (limited to 'lisp/emacs-lisp/ewoc.el')
-rw-r--r--lisp/emacs-lisp/ewoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el
index ffbb0a689a2..e24cac3eb5d 100644
--- a/lisp/emacs-lisp/ewoc.el
+++ b/lisp/emacs-lisp/ewoc.el
@@ -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.
;;