diff options
author | Glenn Morris <rgm@gnu.org> | 2018-09-28 14:02:52 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-09-28 14:02:52 -0400 |
commit | 41fa88b99bebf7af62cdea0c0867b04e9b968db3 (patch) | |
tree | 2315cf2b02ade02d6850933702f8c4c9552ad1dc /lisp/cedet/semantic/scope.el | |
parent | 1908173a4d79649566fbef12962e251c69e300a2 (diff) | |
download | emacs-41fa88b99bebf7af62cdea0c0867b04e9b968db3.tar.gz |
; Fix some doc typos
Diffstat (limited to 'lisp/cedet/semantic/scope.el')
-rw-r--r-- | lisp/cedet/semantic/scope.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") (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." |