summaryrefslogtreecommitdiff
path: root/lisp/diff.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2004-04-30 21:02:50 +0000
committerJuanma Barranquero <lekktu@gmail.com>2004-04-30 21:02:50 +0000
commit76f024d9b7d795c5a8e6c8067c0ee43f0649403b (patch)
tree4b096e7b690999a3174599b351f70c4eded535b5 /lisp/diff.el
parent38784ed88711927d4b36e76704665491c6310d39 (diff)
downloademacs-76f024d9b7d795c5a8e6c8067c0ee43f0649403b.tar.gz
(diff-switches): Fix typo in docstring.
Diffstat (limited to 'lisp/diff.el')
-rw-r--r--lisp/diff.el2
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 @@
;;;###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)