diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-30 07:58:46 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-30 07:58:46 +0000 |
commit | 7ec19ac46cd7d4ad5f1a81a456195ea5bc3665bc (patch) | |
tree | 6bfdc5a58340b44cb95aee6ad71b3a71f414d5fb /lisp/cedet/ede/proj-aux.el | |
parent | a1f1d102dba8bc78bcef0014b616dff235587fe2 (diff) | |
download | emacs-7ec19ac46cd7d4ad5f1a81a456195ea5bc3665bc.tar.gz |
(ede-aux-source): Fix doc typo.
Diffstat (limited to 'lisp/cedet/ede/proj-aux.el')
-rw-r--r-- | lisp/cedet/ede/proj-aux.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/proj-aux.el b/lisp/cedet/ede/proj-aux.el index 2a3a6c082a1..cdf8dd579f6 100644 --- a/lisp/cedet/ede/proj-aux.el +++ b/lisp/cedet/ede/proj-aux.el @@ -1,6 +1,6 @@ ;;; ede/proj-aux.el --- EDE Generic Project auxilliary file support -;; Copyright (C) 1998, 1999, 2000, 2007, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2007, 2009 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make @@ -36,7 +36,7 @@ (ede-sourcecode "ede-aux-source-txt" :name "Auxiliary Text" :sourcepattern "^[A-Z]+$\\|\\.txt$") - "Miscelaneous fields definition.") + "Miscellaneous fields definition.") (defmethod ede-proj-makefile-sourcevar ((this ede-proj-target-aux)) "Return the variable name for THIS's sources." |