diff options
Diffstat (limited to 'lisp/cedet/semantic/db-find.el')
-rw-r--r-- | lisp/cedet/semantic/db-find.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el index 3012af41c55..e9d5aaa1777 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el @@ -1277,7 +1277,7 @@ associated with that tag should be loaded into a buffer." ;;; Specialty Search Routines (defun semanticdb-find-tags-external-children-of-type (type &optional path find-file-match) - "Search for all tags defined outside of TYPE w/ TYPE as a parent. + "Search for all tags defined outside of TYPE with TYPE as a parent. See `semanticdb-find-translate-path' for details on PATH. FIND-FILE-MATCH indicates that any time a match is found, the file associated with that tag should be loaded into a buffer." |