(ediff-cmp-options): Doc fix.

This commit is contained in:
Richard M. Stallman 2001-12-11 06:04:14 +00:00
parent 502f25360d
commit ff4968b678

View file

@ -117,9 +117,9 @@ It must return code 0, if its arguments are identical files."
: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)