aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2001-12-09 19:30:32 +0000
committerStefan Monnier2001-12-09 19:30:32 +0000
commit573837280fa1140c46a868434c7d9c118afc19fc (patch)
tree938dd4de9377991803b10a2f9b5ed15f98d7dd5e
parentd9e6c4b1bffba3a0e6cc6d38078dacecd6164dba (diff)
downloademacs-573837280fa1140c46a868434c7d9c118afc19fc.tar.gz
emacs-573837280fa1140c46a868434c7d9c118afc19fc.zip
Doc fix.
-rw-r--r--lisp/ediff-diff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el
index 128737c4df3..057d0b837f7 100644
--- a/lisp/ediff-diff.el
+++ b/lisp/ediff-diff.el
@@ -117,7 +117,7 @@ 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 GNUS diff is used as 120 "*Options to pass to `ediff-cmp-program'. If GNU diff is used as
121`ediff-cmp-program', then the most useful options are `-I' RE, to 121`ediff-cmp-program', then the most useful options are `-I' RE, to
122ignore changes whose lines all match RE." 122ignore changes whose lines all match RE."
123 :type '(repeat string) 123 :type '(repeat string)