]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-switches): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Apr 2004 21:02:50 +0000 (21:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Apr 2004 21:02:50 +0000 (21:02 +0000)
lisp/ChangeLog
lisp/diff.el

index 37b74ef4e3c2dedd8e34b21ed0279270a02c1e74..7a7d90921f52035cdc38cf8cec0bdad61ef6264a 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-30  Mario Lang  <mlang@delysid.org>
+
+       * diff.el (diff-switches): Fix typo in docstring.
+
 2004-04-30  Alex Schroeder  <alex@gnu.org>
 
        * xml.el (xml-debug-print-internal): Don't add newline and
@@ -35,8 +39,8 @@
        * help-fns.el (help-C-file-name): Use new subr-name.
        Prepend `src/' to the file name.
        (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
-       (describe-function-1, describe-variable): Only find a C source file name
-       if DOC is already loaded.
+       (describe-function-1, describe-variable): Only find a C source file
+       name if DOC is already loaded.
 
        * help-mode.el (help-function-def, help-variable-def):
        Use the new find-function-search-for-symbol functionality.
@@ -46,7 +50,7 @@
        (find-function-C-source): New fun.
        (find-function-search-for-symbol): Use it.
 
-2004-03-15  Michael Mauger  <mmaug@yahoo.com>
+2004-03-29  Michael Mauger  <mmaug@yahoo.com>
 
        * progmodes/sql.el (sql-product-alist): Rename variable
        `sql-product-support'.  Add Postgres login parameters.
index 76b1b5e60a7ca8f32e3a14704c4d09f45b263799..c985b66036e605b9ea7e57a07520909543e27d97 100644 (file)
@@ -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)