diff options
| author | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:54:05 +0000 | 
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:54:05 +0000 | 
| commit | 9bf6c65c2f7d6faed57f689787254f33b50d9b33 (patch) | |
| tree | fa83704f454ccdc60ebddcd6ae12bb32f9fddee2 /lisp/cedet/semantic/dep.el | |
| parent | 2551831f20b78304e0a41129fde63d4d8b1a64f0 (diff) | |
| download | emacs-9bf6c65c2f7d6faed57f689787254f33b50d9b33.tar.gz | |
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/semantic/dep.el')
| -rw-r--r-- | lisp/cedet/semantic/dep.el | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/semantic/dep.el b/lisp/cedet/semantic/dep.el index d4b17744d06..f80f2745c17 100644 --- a/lisp/cedet/semantic/dep.el +++ b/lisp/cedet/semantic/dep.el @@ -1,6 +1,6 @@  ;;; semantic/dep.el --- Methods for tracking dependencies (include files) -;;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009  Free Software Foundation, Inc.  ;; Author: Eric M. Ludlam <zappo@gnu.org>  ;; Keywords: syntax @@ -30,7 +30,7 @@  ;; EDE or even ECB can control our project dependencies, and help us  ;; find file within the setting of a given project.  For system  ;; dependencies, we need to depend on user supplied lists, which can -;; manifest themselves in the form of system datatabases (from +;; manifest themselves in the form of system databases (from  ;; semanticdb.)  ;;  ;; Provide ways to track these different files here. @@ -47,7 +47,7 @@ to the file being included.  If `semantic-dependency-tag-file' is overridden for a given  language, this path is most likely ignored. -The above function, reguardless of being overriden, caches the +The above function, regardless of being overridden, caches the  located dependency file location in the tag property  `dependency-file'.  If you override this function, you do not  need to implement your own cache.  Each time the buffer is fully  | 
