diff options
| -rw-r--r-- | lisp/ediff-diff.el | 2 |
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 |
| 122 | ignore changes whose lines all match RE." | 122 | ignore changes whose lines all match RE." |
| 123 | :type '(repeat string) | 123 | :type '(repeat string) |