comparison lisp/cedet/ede/proj.el @ 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 bbd7017a25d9
children 51ba3b848c03
comparison
equal deleted inserted replaced
105310:cf7413de04e4 105311:2659dc83c95c
1 ;;; ede/proj.el --- EDE Generic Project file driver 1 ;;; ede/proj.el --- EDE Generic Project file driver
2 2
3 ;;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009 3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009
4 ;;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5 5
6 ;; Author: Eric M. Ludlam <zappo@gnu.org> 6 ;; Author: Eric M. Ludlam <zappo@gnu.org>
7 ;; Keywords: project, make 7 ;; Keywords: project, make
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
43 (autoload 'ede-proj-target-elisp-autoloads "ede/proj-elisp" 43 (autoload 'ede-proj-target-elisp-autoloads "ede/proj-elisp"
44 "Target class for generating autoload files." nil nil) 44 "Target class for generating autoload files." nil nil)
45 (autoload 'ede-proj-target-scheme "ede/proj-scheme" 45 (autoload 'ede-proj-target-scheme "ede/proj-scheme"
46 "Target class for a group of lisp files." nil nil) 46 "Target class for a group of lisp files." nil nil)
47 (autoload 'ede-proj-target-makefile-miscelaneous "ede/proj-misc" 47 (autoload 'ede-proj-target-makefile-miscelaneous "ede/proj-misc"
48 "Target class for a group of miscelaneous w/ a special makefile." nil nil) 48 "Target class for a group of miscellaneous w/ a special makefile." nil nil)
49 (autoload 'ede-proj-target-makefile-program "ede/proj-prog" 49 (autoload 'ede-proj-target-makefile-program "ede/proj-prog"
50 "Target class for building a program." nil nil) 50 "Target class for building a program." nil nil)
51 (autoload 'ede-proj-target-makefile-archive "ede/proj-archive" 51 (autoload 'ede-proj-target-makefile-archive "ede/proj-archive"
52 "Target class for building an archive of object code." nil nil) 52 "Target class for building an archive of object code." nil nil)
53 (autoload 'ede-proj-target-makefile-shared-object "ede/proj-shared" 53 (autoload 'ede-proj-target-makefile-shared-object "ede/proj-shared"