diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 1995-10-14 03:14:11 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 1995-10-14 03:14:11 +0000 |
commit | 009650b3f974b03c62ab32f1d811ec264676a918 (patch) | |
tree | b29a51d881d8ddb433a9ee8a32915dd2fb689880 /lisp/ediff-mult.el | |
parent | f9b2678cbcea5ee8e94de3a35ed44efa6ed61612 (diff) | |
download | emacs-009650b3f974b03c62ab32f1d811ec264676a918.tar.gz |
Moved defsubsts up.
Diffstat (limited to 'lisp/ediff-mult.el')
-rw-r--r-- | lisp/ediff-mult.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el index e50e51e5617..5d22b29df7a 100644 --- a/lisp/ediff-mult.el +++ b/lisp/ediff-mult.el @@ -74,8 +74,8 @@ ;; which may be in the same or different directories. Or, one may want to ;; compare all files of the form {something} to files of the form {something}~. ;; -;; Implementing this require writing an collating function, which would pair up -;; appropriate files. It will also require a generalization of the functions +;; Implementing this requires writing an collating function, which should pair +;; up appropriate files. It will also require a generalization of the functions ;; that do the layout of the meta- and differences buffers and of ;; ediff-dir-action. |