diff options
Diffstat (limited to 'lisp/diff.el')
| -rw-r--r-- | lisp/diff.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index 8fb258cf1e7..e802048c31d 100644 --- a/lisp/diff.el +++ b/lisp/diff.el | |||
| @@ -35,13 +35,13 @@ | |||
| 35 | 35 | ||
| 36 | ;;;###autoload | 36 | ;;;###autoload |
| 37 | (defcustom diff-switches "-c" | 37 | (defcustom diff-switches "-c" |
| 38 | "*A string or list of strings specifying switches to be passed to diff." | 38 | "A string or list of strings specifying switches to be passed to diff." |
| 39 | :type '(choice string (repeat string)) | 39 | :type '(choice string (repeat string)) |
| 40 | :group 'diff) | 40 | :group 'diff) |
| 41 | 41 | ||
| 42 | ;;;###autoload | 42 | ;;;###autoload |
| 43 | (defcustom diff-command "diff" | 43 | (defcustom diff-command "diff" |
| 44 | "*The command to use to run diff." | 44 | "The command to use to run diff." |
| 45 | :type 'string | 45 | :type 'string |
| 46 | :group 'diff) | 46 | :group 'diff) |
| 47 | 47 | ||