From: Glenn Morris Date: Wed, 30 Sep 2009 07:58:46 +0000 (+0000) Subject: (ede-aux-source): Fix doc typo. X-Git-Tag: emacs-pretest-23.1.90~1049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ec19ac46cd7d4ad5f1a81a456195ea5bc3665bc;p=emacs.git (ede-aux-source): Fix doc typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2811eb1120f..c8625b7e3bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,6 @@ 2009-09-30 Glenn Morris + * 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) 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 ;; 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."