]> git.eshelyaron.com Git - emacs.git/commitdiff
(ede-proj-target-makefile-miscelaneous): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 30 Sep 2009 07:59:42 +0000 (07:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 30 Sep 2009 07:59:42 +0000 (07:59 +0000)
lisp/ChangeLog
lisp/cedet/ede/proj.el

index c8625b7e3bdf014978a56d1eb184a83f4e596966..1b11427821080a3f5f554a8ddb705ee0d51f1108 100644 (file)
@@ -1,5 +1,6 @@
 2009-09-30  Glenn Morris  <rgm@gnu.org>
 
+       * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
        * cedet/ede/proj-aux.el (ede-aux-source):
        * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
        (ede-misc-source):
index 185af9cf3891f1893b597db883085016b23d5dd0..e8d3501c913d053fcb94fef2d5d7cd12d48ee77c 100644 (file)
@@ -1,7 +1,7 @@
 ;;; ede/proj.el --- EDE Generic Project file driver
 
-;;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009
-;;; Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: project, make
@@ -45,7 +45,7 @@
 (autoload 'ede-proj-target-scheme "ede/proj-scheme"
   "Target class for a group of lisp files." nil nil)
 (autoload 'ede-proj-target-makefile-miscelaneous "ede/proj-misc"
-  "Target class for a group of miscelaneous w/ a special makefile." nil nil)
+  "Target class for a group of miscellaneous w/ a special makefile." nil nil)
 (autoload 'ede-proj-target-makefile-program "ede/proj-prog"
   "Target class for building a program." nil nil)
 (autoload 'ede-proj-target-makefile-archive "ede/proj-archive"