aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff-diff.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r--lisp/ediff-diff.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el
index 057d0b837f7..df3d7d203bb 100644
--- a/lisp/ediff-diff.el
+++ b/lisp/ediff-diff.el
@@ -117,9 +117,9 @@ It must return code 0, if its arguments are identical files."
117 :group 'ediff-diff) 117 :group 'ediff-diff)
118 118
119(defcustom ediff-cmp-options nil 119(defcustom ediff-cmp-options nil
120 "*Options to pass to `ediff-cmp-program'. If GNU diff is used as 120 "*Options to pass to `ediff-cmp-program'.
121`ediff-cmp-program', then the most useful options are `-I' RE, to 121If GNU diff is used as `ediff-cmp-program', then the most useful options
122ignore changes whose lines all match RE." 122are `-I RE', to ignore changes whose lines all match the regexp RE."
123 :type '(repeat string) 123 :type '(repeat string)
124 :group 'ediff-diff) 124 :group 'ediff-diff)
125 125