Mercurial > emacs
diff lisp/diff.el @ 55255:3654c6b288e0
(diff-switches): Fix typo in docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 30 Apr 2004 21:01:47 +0000 |
| parents | 9ef081d74155 |
| children | 6fb026ad601f 4c90ffeb71c5 |
line wrap: on
line diff
--- a/lisp/diff.el Fri Apr 30 20:07:03 2004 +0000 +++ b/lisp/diff.el Fri Apr 30 21:01:47 2004 +0000 @@ -36,7 +36,7 @@ ;;;###autoload (defcustom diff-switches "-c" - "*A string or list of strings specifying switches to be be passed to diff." + "*A string or list of strings specifying switches to be passed to diff." :type '(choice string (repeat string)) :group 'diff)
