diff options
Diffstat (limited to 'lisp/cedet/semantic/find.el')
| -rw-r--r-- | lisp/cedet/semantic/find.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/find.el b/lisp/cedet/semantic/find.el index c62ed818945..c2d07fbcc35 100644 --- a/lisp/cedet/semantic/find.el +++ b/lisp/cedet/semantic/find.el @@ -333,7 +333,7 @@ Used in completion." ;;;###autoload (define-overloadable-function semantic-find-tags-by-scope-protection (scopeprotection parent &optional table) - "Find all tags accessable by SCOPEPROTECTION. + "Find all tags accessible by SCOPEPROTECTION. SCOPEPROTECTION is a symbol which can be returned by the method `semantic-tag-protection'. A hard-coded order is used to determine a match. PARENT is a tag representing the PARENT slot needed for |
