Hi. Could someone please install this? 2004-04-30 Mario Lang * lisp/diff.el (diff-switches): Fix typo in docstring. Index: lisp/diff.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/diff.el,v retrieving revision 1.54 diff -u -r1.54 diff.el --- lisp/diff.el 24 Apr 2004 18:17:04 -0000 1.54 +++ lisp/diff.el 30 Apr 2004 18:50:58 -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) -- CYa, Mario