Mercurial > emacs
changeset 105310:cf7413de04e4
(ede-aux-source): Fix doc typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 30 Sep 2009 07:58:46 +0000 |
parents | c8af3326fc0d |
children | 2659dc83c95c |
files | lisp/ChangeLog lisp/cedet/ede/proj-aux.el |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 30 07:57:57 2009 +0000 +++ b/lisp/ChangeLog Wed Sep 30 07:58:46 2009 +0000 @@ -1,5 +1,6 @@ 2009-09-30 Glenn Morris <rgm@gnu.org> + * cedet/ede/proj-aux.el (ede-aux-source): * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous) (ede-misc-source): * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
--- a/lisp/cedet/ede/proj-aux.el Wed Sep 30 07:57:57 2009 +0000 +++ b/lisp/cedet/ede/proj-aux.el Wed Sep 30 07:58:46 2009 +0000 @@ -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."