1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* 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.
This commit is contained in:
David Engster 2011-11-03 21:03:45 +01:00
parent 3ccc1742ba
commit 07a79ce4b4
29 changed files with 83 additions and 40 deletions

View file

@ -103,7 +103,7 @@ stack is broken."
;; work, and the smaller, simple inserter object is saved in
;; the compiled templates.
;;
;; See srecode-insert.el for the specialized classes.
;; See srecode/insert.el for the specialized classes.
;;
(defclass srecode-template-inserter (eieio-named)
((secondname :initarg :secondname

View file

@ -1,4 +1,4 @@
;;; srecode-dictionary.el --- Dictionary code for the semantic recoder.
;;; srecode/dictionary.el --- Dictionary code for the semantic recoder.
;; Copyright (C) 2007-2011 Free Software Foundation, Inc.

View file

@ -37,7 +37,7 @@
;; Document has now been ported to srecode, using the semantic recoder
;; as the templating engine.
;; This file combines srecode-document.el and srecode-document-vars.el
;; This file combines srecode/document.el and srecode/document-vars.el
;; from the CEDET repository.
(require 'srecode/args)

View file

@ -1,4 +1,4 @@
;;; srecode/insert --- Insert srecode templates to an output stream.
;;; srecode/insert.el --- Insert srecode templates to an output stream.
;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc.
@ -911,7 +911,7 @@ this template instance."
(setq active (cdr active)))
(when (not tmpl)
;; If it wasn't in this context, look to see if it
;; defines it's own context
;; defines its own context
(setq tmpl (srecode-template-get-table (srecode-table)
templatenamepart)))
)

View file

@ -1,4 +1,4 @@
;;; srecode-java.el --- Srecode Java support
;;; srecode/java.el --- Srecode Java support
;; Copyright (C) 2009-2011 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;;; srecode-template.el --- SRecoder template language parser support.
;;; srecode/template.el --- SRecoder template language parser support.
;; Copyright (C) 2005, 2007-2011 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
;;; srecode-texi.el --- Srecode texinfo support.
;;; srecode/texi.el --- Srecode texinfo support.
;; Copyright (C) 2008-2011 Free Software Foundation, Inc.