Mercurial > hg > xemacs-beta
diff lisp/ediff/ediff-init.el @ 144:318232e2a3f0 r20-2b6
Import from CVS: tag r20-2b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:14 +0200 |
parents | a145efe76779 |
children | 2d532a89d707 |
line wrap: on
line diff
--- a/lisp/ediff/ediff-init.el Mon Aug 13 09:33:20 2007 +0200 +++ b/lisp/ediff/ediff-init.el Mon Aug 13 09:34:14 2007 +0200 @@ -129,10 +129,18 @@ (symbol-value (intern (format "ediff-difference-vector-%S" (, buf-type)))) (, n)))) -;; tell if it has been previously determined that the region has +;; Tell if it has been previously determined that the region has ;; no diffs other than the white space and newlines ;; The argument, N, is the diff region number used by Ediff to index the ;; diff vector. It is 1 less than the number seen by the user. +;; Returns: +;; t if the diffs are whitespace in all buffers +;; 'A (in 3-buf comparison only) if there are only whitespace +;; diffs in bufs B and C +;; 'B (in 3-buf comparison only) if there are only whitespace +;; diffs in bufs A and C +;; 'C (in 3-buf comparison only) if there are only whitespace +;; diffs in bufs A and B ;; ;; A difference vector has the form: ;; [diff diff diff ...]