aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff-diff.el
diff options
context:
space:
mode:
authorMichael Kifer <[email protected]>1996-06-22 03:20:38 +0000
committerMichael Kifer <[email protected]>1996-06-22 03:20:38 +0000
commit52fa07baf5f65466a351cac223f37163ab45123e (patch)
tree7193ff67d2561ead008fbabac2f2814cd5503178 /lisp/ediff-diff.el
parent16bba9cabc8c047c830698a1d6f0b367e5516945 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r--lisp/ediff-diff.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el
index 82e260f249..8f714318f1 100644
--- a/lisp/ediff-diff.el
+++ b/lisp/ediff-diff.el
@@ -137,9 +137,8 @@ one optional arguments, diff-number to refine.")
(ediff-extract-diffs
ediff-diff-buffer ediff-word-mode ediff-narrow-bounds)))
-;; fill in DIFF-BUFFER with the output from the diff program run on FILE1 and
-;; FILE2
-;; Return the length of that buffer.
+;; Run the diff program on FILE1 and FILE2 and put the output in DIFF-BUFFER
+;; Return the size of DIFF-BUFFER
(defun ediff-make-diff2-buffer (diff-buffer file1 file2)
(cond ((< (ediff-file-size file1) 0)
(message "Can't diff remote files: %s"