diff options
Diffstat (limited to 'lisp/cedet/semantic/db-javascript.el')
| -rw-r--r-- | lisp/cedet/semantic/db-javascript.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/db-javascript.el b/lisp/cedet/semantic/db-javascript.el index 213216cee1a..e662290340d 100644 --- a/lisp/cedet/semantic/db-javascript.el +++ b/lisp/cedet/semantic/db-javascript.el | |||
| @@ -137,7 +137,7 @@ Create one of our special tables that can act as an intermediary." | |||
| 137 | 137 | ||
| 138 | (defmethod semanticdb-get-tags ((table semanticdb-table-javascript )) | 138 | (defmethod semanticdb-get-tags ((table semanticdb-table-javascript )) |
| 139 | "Return the list of tags belonging to TABLE." | 139 | "Return the list of tags belonging to TABLE." |
| 140 | ;; NOTE: Omniscient databases probably don't want to keep large tabes | 140 | ;; NOTE: Omniscient databases probably don't want to keep large tables |
| 141 | ;; lolly-gagging about. Keep internal Emacs tables empty and | 141 | ;; lolly-gagging about. Keep internal Emacs tables empty and |
| 142 | ;; refer to alternate databases when you need something. | 142 | ;; refer to alternate databases when you need something. |
| 143 | semanticdb-javascript-tags) | 143 | semanticdb-javascript-tags) |
| @@ -151,7 +151,7 @@ local variable." | |||
| 151 | 151 | ||
| 152 | ;;; Usage | 152 | ;;; Usage |
| 153 | ;; | 153 | ;; |
| 154 | ;; Unlike other tables, an omniscent database does not need to | 154 | ;; Unlike other tables, an omniscient database does not need to |
| 155 | ;; be associated with a path. Use this routine to always add ourselves | 155 | ;; be associated with a path. Use this routine to always add ourselves |
| 156 | ;; to a search list. | 156 | ;; to a search list. |
| 157 | (define-mode-local-override semanticdb-find-translate-path javascript-mode | 157 | (define-mode-local-override semanticdb-find-translate-path javascript-mode |