diff options
| author | Juanma Barranquero | 2004-04-30 21:02:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-04-30 21:02:50 +0000 |
| commit | 76f024d9b7d795c5a8e6c8067c0ee43f0649403b (patch) | |
| tree | 4b096e7b690999a3174599b351f70c4eded535b5 /lisp/diff.el | |
| parent | 38784ed88711927d4b36e76704665491c6310d39 (diff) | |
| download | emacs-76f024d9b7d795c5a8e6c8067c0ee43f0649403b.tar.gz emacs-76f024d9b7d795c5a8e6c8067c0ee43f0649403b.zip | |
(diff-switches): Fix typo in docstring.
Diffstat (limited to 'lisp/diff.el')
| -rw-r--r-- | lisp/diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index 76b1b5e60a7..c985b66036e 100644 --- a/lisp/diff.el +++ b/lisp/diff.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | ;;;###autoload | 37 | ;;;###autoload |
| 38 | (defcustom diff-switches "-c" | 38 | (defcustom diff-switches "-c" |
| 39 | "*A string or list of strings specifying switches to be be passed to diff." | 39 | "*A string or list of strings specifying switches to be passed to diff." |
| 40 | :type '(choice string (repeat string)) | 40 | :type '(choice string (repeat string)) |
| 41 | :group 'diff) | 41 | :group 'diff) |
| 42 | 42 | ||