From 8240628d21921eb44e123384f45990347a623b46 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 30 Sep 2009 07:59:42 +0000 Subject: [PATCH] (ede-proj-target-makefile-miscelaneous): Fix doc typo. --- lisp/ChangeLog | 1 + lisp/cedet/ede/proj.el | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8625b7e3bd..1b114278210 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,6 @@ 2009-09-30 Glenn Morris + * 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): diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index 185af9cf389..e8d3501c913 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el @@ -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 ;; 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" -- 2.39.2