aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode/document.el
diff options
context:
space:
mode:
authorDavid Engster2011-11-03 21:03:45 +0100
committerDavid Engster2011-11-03 21:03:45 +0100
commit07a79ce4b45709f043dae5b905fd3268a242e106 (patch)
tree1962a6a145c23b8f82b94e6446ae145dd3a034a1 /lisp/cedet/srecode/document.el
parent3ccc1742ba32bf118c15d19b639032fbf503fcea (diff)
downloademacs-07a79ce4b45709f043dae5b905fd3268a242e106.tar.gz
emacs-07a79ce4b45709f043dae5b905fd3268a242e106.zip
* srecode.el:
* srecode/texi.el: * srecode/template.el: * srecode/java.el: * srecode/insert.el: * srecode/document.el: * srecode/dictionary.el: * srecode/compile.el: * semantic/wisent/java-tags.el: * semantic/texi.el: * semantic/sort.el: * semantic/lex-spp.el: * semantic/idle.el: * semantic/html.el: * semantic/db-typecache.el: * semantic/analyze/complete.el: * ede/generic.el: * ede/custom.el: * ede/cpp-root.el: * ede/base.el: Fix filenames in comments and headers. * semantic/db-find.el: * srecode/insert.el (srecode-insert-include-lookup): * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in comments and docstrings. * semantic/ctxt.el (semantic-end-of-context-default): * semantic/find.el (semantic-find-tags-by-scope-protection): * semantic/java.el (semantic-documentation-for-tag): Fix typos in docstrings. * semantic/db.el (semanticdb-table, semanticdb-abstract-cache) (semanticdb-abstract-db-cache): * semantic/decorate/include.el (semantic-decoration-unknown-include-describe): Fix filenames in docstring. * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent): (semantic-ede-grammar-compiler-bovine): Fix requires that are added to the grammar-make-script.
Diffstat (limited to 'lisp/cedet/srecode/document.el')
-rw-r--r--lisp/cedet/srecode/document.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el
index bccc85fb82b..a52cadbfb2c 100644
--- a/lisp/cedet/srecode/document.el
+++ b/lisp/cedet/srecode/document.el
@@ -37,7 +37,7 @@
37;; Document has now been ported to srecode, using the semantic recoder 37;; Document has now been ported to srecode, using the semantic recoder
38;; as the templating engine. 38;; as the templating engine.
39 39
40;; This file combines srecode-document.el and srecode-document-vars.el 40;; This file combines srecode/document.el and srecode/document-vars.el
41;; from the CEDET repository. 41;; from the CEDET repository.
42 42
43(require 'srecode/args) 43(require 'srecode/args)