diff options
| -rw-r--r-- | lisp/emacs-lisp/ewoc.el | 2 |
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 @@ | |||
| 52 | ;; dll (a doubly linked list) and the contents of a buffer. | 52 | ;; dll (a doubly linked list) and the contents of a buffer. |
| 53 | ;; Possible uses are dired (have all files in a list, and show them), | 53 | ;; Possible uses are dired (have all files in a list, and show them), |
| 54 | ;; buffer-list, kom-prioritize (in the LysKOM elisp client) and | 54 | ;; buffer-list, kom-prioritize (in the LysKOM elisp client) and |
| 55 | ;; others. pcl-cvs.el uses ewoc.el. | 55 | ;; others. pcl-cvs.el and vc.el use ewoc.el. |
| 56 | ;; | 56 | ;; |
| 57 | ;; Ewoc can be considered as the `view' part of a model-view-controller. | 57 | ;; Ewoc can be considered as the `view' part of a model-view-controller. |
| 58 | ;; | 58 | ;; |