diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-11 06:04:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-11 06:04:14 +0000 |
commit | ff4968b67897c3dda5bcbb01b5d0558c9422c6f2 (patch) | |
tree | 56c1dd685acdb31345afbc64c963ce16868c6f1f /lisp/ediff-diff.el | |
parent | 502f25360d4bda182a1736cd45cfbc57fd06ca5a (diff) | |
download | emacs-ff4968b67897c3dda5bcbb01b5d0558c9422c6f2.tar.gz |
(ediff-cmp-options): Doc fix.
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r-- | lisp/ediff-diff.el | 6 |
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." :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) |