# HG changeset patch # User Richard M. Stallman # Date 1008050654 0 # Node ID de85e1496e781bb6ec87c3e339b16e9d79d2ba6b # Parent 59739c53881550ed1b11b09452af0c639eef0304 (ediff-cmp-options): Doc fix. diff -r 59739c538815 -r de85e1496e78 lisp/ediff-diff.el --- a/lisp/ediff-diff.el Tue Dec 11 06:03:46 2001 +0000 +++ b/lisp/ediff-diff.el Tue Dec 11 06:04:14 2001 +0000 @@ -117,9 +117,9 @@ :group 'ediff-diff) (defcustom ediff-cmp-options nil - "*Options to pass to `ediff-cmp-program'. If GNU diff is used as -`ediff-cmp-program', then the most useful options are `-I' RE, to -ignore changes whose lines all match RE." + "*Options to pass to `ediff-cmp-program'. +If GNU diff is used as `ediff-cmp-program', then the most useful options +are `-I RE', to ignore changes whose lines all match the regexp RE." :type '(repeat string) :group 'ediff-diff)