changeset 41933:de85e1496e78

(ediff-cmp-options): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 06:04:14 +0000
parents 59739c538815
children bedadfb75588
files lisp/ediff-diff.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff-diff.el	Tue Dec 11 06:03:46 2001 +0000
+++ b/lisp/ediff-diff.el	Tue Dec 11 06:04:14 2001 +0000
@@ -117,9 +117,9 @@
   :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)