changeset 105311:2659dc83c95c

(ede-proj-target-makefile-miscelaneous): Fix doc typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Sep 2009 07:59:42 +0000
parents cf7413de04e4
children 1f2049cd0ba8
files lisp/ChangeLog lisp/cedet/ede/proj.el
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Sep 30 07:58:46 2009 +0000
+++ b/lisp/ChangeLog	Wed Sep 30 07:59:42 2009 +0000
@@ -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):
--- a/lisp/cedet/ede/proj.el	Wed Sep 30 07:58:46 2009 +0000
+++ b/lisp/cedet/ede/proj.el	Wed Sep 30 07:59:42 2009 +0000
@@ -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"