aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-02 02:05:44 +0100
committerJuanma Barranquero2010-01-02 02:05:44 +0100
commit0472835ff2f73013a9633306bf60faa49cd777ba (patch)
treeff0ede67f53f653b2cced21bf79cc30080c144d7 /lisp/cedet
parentdb4a7382f0ee49338f9c52adb93cd16c4b93dcd3 (diff)
downloademacs-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.el4
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?
116Debugging function." 116Debugging 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'.
385TYPE is the datatype to find. 385TYPE is the datatype to find.
386PATH is the search path.. which should be one table object. 386PATH is the search path, which should be one table object.
387If FIND-FILE-MATCH is non-nil, then force the file belonging to the 387If FIND-FILE-MATCH is non-nil, then force the file belonging to the
388found tag to be loaded." 388found tag to be loaded."
389 (semanticdb-typecache-find-method (or path semanticdb-current-table) 389 (semanticdb-typecache-find-method (or path semanticdb-current-table)