comparison lisp/ediff-diff.el @ 41933:de85e1496e78

(ediff-cmp-options): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 06:04:14 +0000
parents 8d91ce714bed
children 633233bf2bbf
comparison
equal deleted inserted replaced
41932:59739c538815 41933:de85e1496e78
115 It must return code 0, if its arguments are identical files." 115 It must return code 0, if its arguments are identical files."
116 :type 'string 116 :type 'string
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 121 If GNU diff is used as `ediff-cmp-program', then the most useful options
122 ignore changes whose lines all match RE." 122 are `-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
126 (defcustom ediff-diff-options "" 126 (defcustom ediff-diff-options ""
127 "*Options to pass to `ediff-diff-program'. 127 "*Options to pass to `ediff-diff-program'.