diff lisp/cedet/ede/files.el @ 105333:51ba3b848c03

Doc/message fixes.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 04:10:10 +0000
parents 8c4870c15962
children 7f4c7f5c0eba
line wrap: on
line diff
--- a/lisp/cedet/ede/files.el	Thu Oct 01 04:08:46 2009 +0000
+++ b/lisp/cedet/ede/files.el	Thu Oct 01 04:10:10 2009 +0000
@@ -290,7 +290,7 @@
 ;;
 (defun ede-toplevel-project-or-nil (dir)
   "Starting with DIR, find the toplevel project directory, or return nil.
-nil is returned if the current directory is not a part ofa project."
+nil is returned if the current directory is not a part of a project."
   (let* ((ans (ede-directory-get-toplevel-open-project dir)))
     (if ans
 	(oref ans :directory)