diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:10:10 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:10:10 +0000 |
commit | a785b776a75832734952ddba204a7b89f3fa8462 (patch) | |
tree | 21826e2a2cc84ee5ad3ce3902b298365f6244ee3 /lisp/cedet/ede/proj-elisp.el | |
parent | 0b253b125133b0ef647c7172721d7241a2f05abc (diff) |
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/ede/proj-elisp.el')
-rw-r--r-- | lisp/cedet/ede/proj-elisp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/ede/proj-elisp.el b/lisp/cedet/ede/proj-elisp.el index b2ec712460..f6ddf4963e 100644 --- a/lisp/cedet/ede/proj-elisp.el +++ b/lisp/cedet/ede/proj-elisp.el @@ -1,7 +1,7 @@ ;;; ede-proj-elisp.el --- EDE Generic Project Emacs Lisp support -;;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -;;; 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, +;; 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: project, make @@ -384,7 +384,7 @@ Argument THIS is the target which needs to insert an info file." (defmethod ede-proj-tweak-autoconf ((this ede-proj-target-elisp-autoloads)) "Tweak the configure file (current buffer) to accomodate THIS." - (error "Autoloads not supported in autoconf yet.")) + (error "Autoloads not supported in autoconf yet")) (defmethod ede-proj-flush-autoconf ((this ede-proj-target-elisp-autoloads)) "Flush the configure file (current buffer) to accomodate THIS." |