emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 41fa88b: ; Fix some doc typos


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 41fa88b: ; Fix some doc typos
Date: Fri, 28 Sep 2018 14:03:02 -0400 (EDT)

branch: emacs-26
commit 41fa88b99bebf7af62cdea0c0867b04e9b968db3
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; Fix some doc typos
---
 lisp/cedet/ede/project-am.el  | 2 +-
 lisp/cedet/semantic/db-ref.el | 2 +-
 lisp/cedet/semantic/scope.el  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el
index d3f0648..e0fb111 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."
                     (project-rescan tmp)
                     (setq ntargets (cons tmp ntargets)))
                   (makefile-macro-file-list macro))
-          ;; Non-indirect will have a target whos sources
+          ;; Non-indirect will have a target whose sources
           ;; are actual files, not names of other targets.
           (let ((files (makefile-macro-file-list macro)))
             (when files
diff --git a/lisp/cedet/semantic/db-ref.el b/lisp/cedet/semantic/db-ref.el
index 8f20fee..40d8dbd 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."
 
 (cl-defmethod semanticdb-check-references ((dbt semanticdb-table))
   "Check and cleanup references in the database DBT.
-Any reference to a file that cannot be found, or whos file no longer
+Any reference to a file that cannot be found, or whose file no longer
 refers to DBT will be removed."
   (let ((refs (oref dbt db-refs))
        (myexpr (concat "\\<" (oref dbt file)))
diff --git a/lisp/cedet/semantic/scope.el b/lisp/cedet/semantic/scope.el
index a2c68ed..f18451f 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.")
 (cl-defmethod semantic-scope-set-typecache ((cache semantic-scope-cache)
                                         types-in-scope)
   "Set the :typescope property on CACHE to some types.
-TYPES-IN-SCOPE is a list of type tags whos members are
+TYPES-IN-SCOPE is a list of type tags whose members are
 currently in scope.  For each type in TYPES-IN-SCOPE,
 add those members to the types list.
 If nil, then the typescope is reset."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]