aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/ede/project-am.el2
-rw-r--r--lisp/cedet/semantic/db-ref.el2
-rw-r--r--lisp/cedet/semantic/scope.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el
index d3f0648350c..e0fb111d076 100644
--- a/lisp/cedet/ede/project-am.el
+++ b/lisp/cedet/ede/project-am.el
@@ -532,7 +532,7 @@ DIR is the directory to apply to new targets."
532 (project-rescan tmp) 532 (project-rescan tmp)
533 (setq ntargets (cons tmp ntargets))) 533 (setq ntargets (cons tmp ntargets)))
534 (makefile-macro-file-list macro)) 534 (makefile-macro-file-list macro))
535 ;; Non-indirect will have a target whos sources 535 ;; Non-indirect will have a target whose sources
536 ;; are actual files, not names of other targets. 536 ;; are actual files, not names of other targets.
537 (let ((files (makefile-macro-file-list macro))) 537 (let ((files (makefile-macro-file-list macro)))
538 (when files 538 (when files
diff --git a/lisp/cedet/semantic/db-ref.el b/lisp/cedet/semantic/db-ref.el
index 8f20fee9545..40d8dbd58b5 100644
--- a/lisp/cedet/semantic/db-ref.el
+++ b/lisp/cedet/semantic/db-ref.el
@@ -80,7 +80,7 @@ Abstract tables would be difficult to reference."
80 80
81(cl-defmethod semanticdb-check-references ((dbt semanticdb-table)) 81(cl-defmethod semanticdb-check-references ((dbt semanticdb-table))
82 "Check and cleanup references in the database DBT. 82 "Check and cleanup references in the database DBT.
83Any reference to a file that cannot be found, or whos file no longer 83Any reference to a file that cannot be found, or whose file no longer
84refers to DBT will be removed." 84refers to DBT will be removed."
85 (let ((refs (oref dbt db-refs)) 85 (let ((refs (oref dbt db-refs))
86 (myexpr (concat "\\<" (oref dbt file))) 86 (myexpr (concat "\\<" (oref dbt file)))
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el
index a2c68ed3a63..f18451fd59a 100644
--- a/lisp/cedet/semantic/scope.el
+++ b/lisp/cedet/semantic/scope.el
@@ -140,7 +140,7 @@ Saves scoping information between runs of the analyzer.")
140(cl-defmethod semantic-scope-set-typecache ((cache semantic-scope-cache) 140(cl-defmethod semantic-scope-set-typecache ((cache semantic-scope-cache)
141 types-in-scope) 141 types-in-scope)
142 "Set the :typescope property on CACHE to some types. 142 "Set the :typescope property on CACHE to some types.
143TYPES-IN-SCOPE is a list of type tags whos members are 143TYPES-IN-SCOPE is a list of type tags whose members are
144currently in scope. For each type in TYPES-IN-SCOPE, 144currently in scope. For each type in TYPES-IN-SCOPE,
145add those members to the types list. 145add those members to the types list.
146If nil, then the typescope is reset." 146If nil, then the typescope is reset."