aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff.el
diff options
context:
space:
mode:
authorJuanma Barranquero2004-04-30 21:02:50 +0000
committerJuanma Barranquero2004-04-30 21:02:50 +0000
commit76f024d9b7d795c5a8e6c8067c0ee43f0649403b (patch)
tree4b096e7b690999a3174599b351f70c4eded535b5 /lisp/diff.el
parent38784ed88711927d4b36e76704665491c6310d39 (diff)
downloademacs-76f024d9b7d795c5a8e6c8067c0ee43f0649403b.tar.gz
emacs-76f024d9b7d795c5a8e6c8067c0ee43f0649403b.zip
(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 @@
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