aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-12 05:51:26 +0100
committerJuanma Barranquero2010-01-12 05:51:26 +0100
commit91abaf51b3d81f17b41e63a0f7c3241825ff8a55 (patch)
tree7a4a7bf10defe53d255b1ae9147a20765affb411 /lisp/cedet/srecode
parentd8b8451f8ea52d751035449278ec36c3e598f9cf (diff)
downloademacs-91abaf51b3d81f17b41e63a0f7c3241825ff8a55.tar.gz
emacs-91abaf51b3d81f17b41e63a0f7c3241825ff8a55.zip
Fix typos in CEDET docstrings.
* cedet/semantic/analyze.el (semantic-analyze-push-error) (semantic-analyze-context, semantic-analyze-context-assignment) (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag): * cedet/semantic/java.el (java-mode, semantic-tag-include-filename) (semantic-java-doc-keywords-map): * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast) (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region) (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch) (semantic-c-classname, semantic-format-tag-uml-prototype) (semantic-c-dereference-namespace, semantic-analyze-type-constants): * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string) (semantic-emacs-lisp-obsoleted-doc, semantic-up-context) (semantic-get-local-variables, semantic-end-of-command) (semantic-beginning-of-command, semantic-ctxt-current-class-list) (lisp-mode): * cedet/semantic/bovine/make.el (makefile-mode): * cedet/semantic/wisent/python.el (wisent-python-string-re) (wisent-python-implicit-line-joining-p, wisent-python-forward-string) (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line) (semantic-lex, semantic-get-local-variables, python-mode): * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table): * cedet/srecode/extract.el (srecode-extract-state-set) (srecode-extract-method): Fix typos in docstrings.
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/extract.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el
index c65452bf133..9d098416076 100644
--- a/lisp/cedet/srecode/extract.el
+++ b/lisp/cedet/srecode/extract.el
@@ -56,7 +56,7 @@
56 "The current extraction state.") 56 "The current extraction state.")
57 57
58(defmethod srecode-extract-state-set ((st srecode-extract-state) ins dict) 58(defmethod srecode-extract-state-set ((st srecode-extract-state) ins dict)
59 "Set onto the extract state ST a new inserter INS and dictinary DICT." 59 "Set onto the extract state ST a new inserter INS and dictionary DICT."
60 (oset st lastinserter ins) 60 (oset st lastinserter ins)
61 (oset st lastdict dict)) 61 (oset st lastdict dict))
62 62
@@ -98,7 +98,7 @@ the dictionary entries were for that block of text."
98 state) 98 state)
99 "Extract template ST and store extracted text in DICTIONARY. 99 "Extract template ST and store extracted text in DICTIONARY.
100Optional STARTRETURN is a symbol in which the start of the first 100Optional STARTRETURN is a symbol in which the start of the first
101plain-text match occured." 101plain-text match occurred."
102 (srecode-extract-code-stream (oref st code) dictionary state)) 102 (srecode-extract-code-stream (oref st code) dictionary state))
103 103
104(defun srecode-extract-code-stream (code dictionary state) 104(defun srecode-extract-code-stream (code dictionary state)