X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/77ab81d0545e980c57c0a35510ade29a9e43b4cd..ab422c4d6899b1442cb6954c1829c1fb656b006c:/lisp/cedet/ede/proj-scheme.el diff --git a/lisp/cedet/ede/proj-scheme.el b/lisp/cedet/ede/proj-scheme.el index 64a1750368..07330ef718 100644 --- a/lisp/cedet/ede/proj-scheme.el +++ b/lisp/cedet/ede/proj-scheme.el @@ -1,6 +1,6 @@ ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support -;; Copyright (C) 1998, 1999, 2000, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1998-2000, 2009-2013 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam ;; Keywords: project, make, scheme @@ -41,10 +41,9 @@ "This target consists of scheme files.") (defmethod ede-proj-tweak-autoconf ((this ede-proj-target-scheme)) - "Tweak the configure file (current buffer) to accomodate THIS." + "Tweak the configure file (current buffer) to accommodate THIS." (autoconf-insert-new-macro "AM_INIT_GUILE_MODULE")) (provide 'ede/proj-scheme) -;; arch-tag: 451081e6-0d45-4560-9821-8ee03e8401ab ;;; ede/proj-scheme.el ends here