changeset 55255:3654c6b288e0

(diff-switches): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 30 Apr 2004 21:01:47 +0000
parents da40197b136d
children 3b8756f645e9
files lisp/diff.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)