diff options
| author | Juanma Barranquero | 2010-01-02 02:05:44 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-02 02:05:44 +0100 |
| commit | 0472835ff2f73013a9633306bf60faa49cd777ba (patch) | |
| tree | ff0ede67f53f653b2cced21bf79cc30080c144d7 /lisp/cedet | |
| parent | db4a7382f0ee49338f9c52adb93cd16c4b93dcd3 (diff) | |
| download | emacs-0472835ff2f73013a9633306bf60faa49cd777ba.tar.gz emacs-0472835ff2f73013a9633306bf60faa49cd777ba.zip | |
lisp/*: Fix typos in docstrings and messages.
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/semantic/db-typecache.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/db-typecache.el b/lisp/cedet/semantic/db-typecache.el index 25e253351fa..f89ad4c83d1 100644 --- a/lisp/cedet/semantic/db-typecache.el +++ b/lisp/cedet/semantic/db-typecache.el | |||
| @@ -111,7 +111,7 @@ Said object must support `semantic-reset' methods.") | |||
| 111 | ) | 111 | ) |
| 112 | (object-add-to-list cache 'dependants dep))) | 112 | (object-add-to-list cache 'dependants dep))) |
| 113 | 113 | ||
| 114 | (defun semanticdb-typecache-length(thing) | 114 | (defun semanticdb-typecache-length (thing) |
| 115 | "How long is THING? | 115 | "How long is THING? |
| 116 | Debugging function." | 116 | Debugging function." |
| 117 | (cond ((semanticdb-typecache-child-p thing) | 117 | (cond ((semanticdb-typecache-child-p thing) |
| @@ -383,7 +383,7 @@ FIND-FILE-MATCH is non-nil to force all found tags to be loaded into a buffer.") | |||
| 383 | (defun semanticdb-typecache-find-default (type &optional path find-file-match) | 383 | (defun semanticdb-typecache-find-default (type &optional path find-file-match) |
| 384 | "Default implementation of `semanticdb-typecache-find'. | 384 | "Default implementation of `semanticdb-typecache-find'. |
| 385 | TYPE is the datatype to find. | 385 | TYPE is the datatype to find. |
| 386 | PATH is the search path.. which should be one table object. | 386 | PATH is the search path, which should be one table object. |
| 387 | If FIND-FILE-MATCH is non-nil, then force the file belonging to the | 387 | If FIND-FILE-MATCH is non-nil, then force the file belonging to the |
| 388 | found tag to be loaded." | 388 | found tag to be loaded." |
| 389 | (semanticdb-typecache-find-method (or path semanticdb-current-table) | 389 | (semanticdb-typecache-find-method (or path semanticdb-current-table) |