emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trivial docstring fix


From: Mario Lang
Subject: Trivial docstring fix
Date: Fri, 30 Apr 2004 20:56:16 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hi.

Could someone please install this?

2004-04-30  Mario Lang  <address@hidden>

        * 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

Attachment: pgpQC1GtghejT.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]