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 54935c3a7c7..18c749b098e 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el @@ -304,7 +304,7 @@ so that it can be called from the idle work handler." (defun semanticdb-find-translate-path-default (path brutish) "Translate PATH into a list of semantic tables. -If BRUTISH is non nil, return all tables associated with PATH. +If BRUTISH is non-nil, return all tables associated with PATH. Default action as described in `semanticdb-find-translate-path'." (if (semanticdb-find-results-p path) ;; nil means perform the search over these results. |