diff options
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. |