diff options
| author | David Engster | 2011-11-03 21:03:45 +0100 |
|---|---|---|
| committer | David Engster | 2011-11-03 21:03:45 +0100 |
| commit | 07a79ce4b45709f043dae5b905fd3268a242e106 (patch) | |
| tree | 1962a6a145c23b8f82b94e6446ae145dd3a034a1 /lisp/cedet/srecode | |
| parent | 3ccc1742ba32bf118c15d19b639032fbf503fcea (diff) | |
| download | emacs-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')
| -rw-r--r-- | lisp/cedet/srecode/compile.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/document.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/srecode/java.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/template.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el index 0a117bad9bc..052999bf7c8 100644 --- a/lisp/cedet/srecode/compile.el +++ b/lisp/cedet/srecode/compile.el | |||
| @@ -103,7 +103,7 @@ stack is broken." | |||
| 103 | ;; work, and the smaller, simple inserter object is saved in | 103 | ;; work, and the smaller, simple inserter object is saved in |
| 104 | ;; the compiled templates. | 104 | ;; the compiled templates. |
| 105 | ;; | 105 | ;; |
| 106 | ;; See srecode-insert.el for the specialized classes. | 106 | ;; See srecode/insert.el for the specialized classes. |
| 107 | ;; | 107 | ;; |
| 108 | (defclass srecode-template-inserter (eieio-named) | 108 | (defclass srecode-template-inserter (eieio-named) |
| 109 | ((secondname :initarg :secondname | 109 | ((secondname :initarg :secondname |
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index 06496160b8c..521532bed33 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; srecode-dictionary.el --- Dictionary code for the semantic recoder. | 1 | ;;; srecode/dictionary.el --- Dictionary code for the semantic recoder. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
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) |
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 931d0b3d73e..84964a9e8b4 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; srecode/insert --- Insert srecode templates to an output stream. | 1 | ;;; srecode/insert.el --- Insert srecode templates to an output stream. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -911,7 +911,7 @@ this template instance." | |||
| 911 | (setq active (cdr active))) | 911 | (setq active (cdr active))) |
| 912 | (when (not tmpl) | 912 | (when (not tmpl) |
| 913 | ;; If it wasn't in this context, look to see if it | 913 | ;; If it wasn't in this context, look to see if it |
| 914 | ;; defines it's own context | 914 | ;; defines its own context |
| 915 | (setq tmpl (srecode-template-get-table (srecode-table) | 915 | (setq tmpl (srecode-template-get-table (srecode-table) |
| 916 | templatenamepart))) | 916 | templatenamepart))) |
| 917 | ) | 917 | ) |
diff --git a/lisp/cedet/srecode/java.el b/lisp/cedet/srecode/java.el index 69534e053f1..4e76c15e300 100644 --- a/lisp/cedet/srecode/java.el +++ b/lisp/cedet/srecode/java.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; srecode-java.el --- Srecode Java support | 1 | ;;; srecode/java.el --- Srecode Java support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/cedet/srecode/template.el b/lisp/cedet/srecode/template.el index e0cf42b75df..5dd32a85786 100644 --- a/lisp/cedet/srecode/template.el +++ b/lisp/cedet/srecode/template.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; srecode-template.el --- SRecoder template language parser support. | 1 | ;;; srecode/template.el --- SRecoder template language parser support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index 38d8e765d41..33440d04432 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; srecode-texi.el --- Srecode texinfo support. | 1 | ;;; srecode/texi.el --- Srecode texinfo support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||